|
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ZHANG tcp -- anywhere anywhere tcp spt:http flags:FIN,SYN,RST,ACK/SYN,ACK state ESTABLISHED match-set NOCLIP src
tcp -- anywhere anywhere tcp spt:http state ESTABLISHED gfw
DROP udp -- anywhere anywhere udp spt:domain state ESTABLISHED gfw
CUI tcp -- anywhere anywhere tcp dpt:http flags:FIN,SYN,RST,ACK/SYN state NEW match-set CHINA src
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
这个样子,无论是facebook还是youtube都上不去。 |
|