# Display Monitor port usage
iptables -L OUTPUT -n -v -t filter --line-numbers
#To clear the counter for a specific user, enter this command.
sudo iptables -Z OUTPUT #chain number
#To delete the firewall rules for a specific port, first note the 2 chain numbers related to port you want to delete. For example, to remove the data limit for port 3000, we need to delete chain numbers 21-22.
sudo iptables -D OUTPUT 21
sudo iptables -D OUTPUT 21
#Running Services
/etc/init.d/shadowsocks-go start | stop | restart | status
#Shadowsock Go Configuration
nano /etc/shadowsocks-go/config.json