feat: Add scripts for socks5 proxy

This commit is contained in:
uttarayan21
2025-06-13 20:58:17 +05:30
parent d1ac156709
commit 4708f79799
3 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
sessions = [
{
name = "mirai-socks";
extraArguments = "-N -D 1080";
extraArguments = "-o 'IdentityAgent \"/Users/servius/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock\"' -N -D 1080";
user = "fs0c131y";
}
];

1
scripts/autossh.sh Executable file
View File

@@ -0,0 +1 @@
autossh -M 0 -N -D 1080 mirai

2
scripts/yt-dlp.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
yt-dlp --proxy socks5://127.0.0.1:1080 $@