Skip to content

Instantly share code, notes, and snippets.

View ShellBin's full-sized avatar
🍰
Being cute

ShellBin ShellBin

🍰
Being cute
View GitHub Profile
#!/bin/bash
# Use ss-redir to proxy all tcp connections.
RED='\033[0;31m'
NC='\033[0m'
# Options for ss-redir.
SERVER="233.com.cn"
PORT=""
METHOD="chacha20"