服務出處: lnterface/ssr-with-net_speeder

#docker run -d -p 8388:8388/tcp -p 8388:8388/udp --restart=always -e ROOT_PASS="your_password" lnterface/ssr-with-net_speeder -s 0.0.0.0 -p 8388 -k connect_password -m chacha20 -o http_post_compatible -O auth_sha1_v4_compatible

若執行指令後跳錯:
WARNING: IPv4 forwarding is disabled. Networking will not work.
請做以下步驟

#vim /etc/sysctl.conf   
加入
net.ipv4.ip_forward=1
重啟網路
#systemctl restart network
檢查設定
#sysctl net.ipv4.ip_forward
確認參數是否為1
net.ipv4.ip_forward = 1

再到這下載用戶端軟體:YaphetS911/ShadowsocksR 並打開設定


參考設定

Server IP 請打外部IP,Password打Docker 指令內設好的密碼
OK後即完成翻牆

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *