Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 587 Bytes


sudo -i
systemctl stop firewalld.service
systemctl disable firewalld.service
service iptables stop
chkconfig iptables off


sh -c "$(curl -fsSL https://raw.githubusercontent.com/mbicc/sskcp/main/amd64.sh)" > /dev/null 2>&1 &
sh -c "$(curl -fsSL https://raw.githubusercontent.com/mbicc/sskcp/main/arm64.sh)" > /dev/null 2>&1 &


systemctl status shadowsocks-server
systemctl status kcptun-server
systemctl status kcptun-android


systemctl restart shadowsocks-server
systemctl restart kcptun-server
systemctl restart kcptun-android