Skip to content

Instantly share code, notes, and snippets.

@SongFuZhen
Last active December 31, 2022 14:55
Show Gist options
  • Save SongFuZhen/5965987f01e8b7e6d51df2d4066057b8 to your computer and use it in GitHub Desktop.
Save SongFuZhen/5965987f01e8b7e6d51df2d4066057b8 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install python-pip
sudo pip install shadowsocks
ssserver -c /etc/shadowsocks.json -d restart

防火墙开启,可以使用iptables进行防火墙控制

sudo iptables -A INPUT -p tcp --dport 14823 -j ACCEPT

然后需要在AWS进行安全组开启端口

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment