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

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 $@