Updated Configure Shadowsocks with Supervisor (markdown)
parent
0cb5f18455
commit
a01776a85c
1 changed files with 5 additions and 1 deletions
|
@ -74,4 +74,8 @@ sudo chkconfig --add supervisord
|
|||
sudo chkconfig supervisord on
|
||||
service supervisor start
|
||||
supervisorctl reload
|
||||
```
|
||||
```
|
||||
|
||||
Edit `/etc/sysconfig/iptables`, add
|
||||
|
||||
-A INPUT -m state --state NEW -m tcp -p tcp --dport your_server_port -j ACCEPT
|
Loading…
Add table
Add a link
Reference in a new issue