8000 GitHub - kobe-koto/SkimProxy.sh: SkimProxy.sh — Deploy proxy stacks the lean way
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kobe-koto/SkimProxy.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkimProxy.sh

SkimProxy.sh is a minimalistic Bash-based toolchain to deploy proxy servers with as little code as possible. No bloat, just results.

⚠️ Warning

  • Only tested on Debian 12 (Minimal), Alpine Linux Latest (Virtual).
  • Assumes a standard Linux environment with bash, wget, and basic utilities available.
  • Assumes a functional human brain or at least an 8b LLM.

📦 Usage

Each argument is optional. Use "auto" to let the script decide, or leave all blank to use full defaults as below:

  • Port: random between 10000–60000
  • Version: latest release
  • Password: openssl rand -base64 16

🛡️ Shadowsocks-Rust

wget https://skimproxy.pages.dev/ssserver.sh -qO ssserver.sh && bash ssserver.sh <port> <cipher> <version> <hostname>

Minimal:

wget https://skimproxy.pages.dev/ssserver.sh -qO ssserver.sh && bash ssserver.sh

⚡ Hysteria 2

wget https://skimproxy.pages.dev/hy2.sh -qO hy2.sh && bash hy2.sh <port> <version> <hostname>

Minimal:

wget https://skimproxy.pages.dev/hy2.sh -qO hy2.sh && bash hy2.sh

🚀 Enable BBR + FQ_PIE

echo "net.core.default_qdisc=fq_pie" >> /etc/sysctl.conf && \
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf && \
sysctl -p

About

SkimProxy.sh — Deploy proxy stacks the lean way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0