IPtables
禁止本机连接到 100.69.212.203
sudo iptables -A OUTPUT -d 100.69.212.203 -j REJECT
sudo iptables -F 清除预设表filter中的所有规则链的规则
sudo iptables -X 清除预设表filter中使用者自定链中的规则
sudo iptables -L -n
IPtables
禁止本机连接到 100.69.212.203
sudo iptables -A OUTPUT -d 100.69.212.203 -j REJECT
sudo iptables -F 清除预设表filter中的所有规则链的规则
sudo iptables -X 清除预设表filter中使用者自定链中的规则
sudo iptables -L -n