¶Preface
This note will denote the config of the iptables on ubuntu os, the following will show the detail of the work.
- How to install shadowsocks client on ubuntu os.
- how to config the iptables.
- how to save your config.
¶Install shadowsocks client
PPA is for Ubuntu >= 14.04.
1 | sudo add-apt-repository ppa:hzwhuang/ss-qt5 |
¶config iptables
base use:
1 | sudo iptables -L # look the rules |
my config
1 | sudo iptables -P INPUT ACCEPT |
¶Save the config
1 | sudo apt-get update |