feat: Add scripts for socks5 proxy
This commit is contained in:
1
scripts/autossh.sh
Executable file
1
scripts/autossh.sh
Executable file
@@ -0,0 +1 @@
|
||||
autossh -M 0 -N -D 1080 mirai
|
||||
2
scripts/yt-dlp.sh
Executable file
2
scripts/yt-dlp.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
yt-dlp --proxy socks5://127.0.0.1:1080 $@
|
||||
Reference in New Issue
Block a user