added more info to readme
This commit is contained in:
parent
c7871b02fc
commit
0167c62088
11
rules.v4
11
rules.v4
|
@ -7,15 +7,7 @@
|
||||||
-A INPUT -m set --match-set drop src -j DROP
|
-A INPUT -m set --match-set drop src -j DROP
|
||||||
-A OUTPUT -m set --match-set drop dst -j DROP
|
-A OUTPUT -m set --match-set drop dst -j DROP
|
||||||
|
|
||||||
#-A INPUT -s 45.76.28.244 -p ICMP --icmp-type 8 -j ACCEPT
|
|
||||||
-A INPUT -p ICMP --icmp-type 8 -j ACCEPT
|
-A INPUT -p ICMP --icmp-type 8 -j ACCEPT
|
||||||
#-A INPUT -s 72.240.75.15 -p ICMP --icmp-type 8 -j ACCEPT
|
|
||||||
-A INPUT -s 45.77.155.17 -p udp -m udp --dport 16854 -j ACCEPT
|
|
||||||
-A INPUT -s 149.28.225.238 -p tcp -m tcp --dport 6556 -j ACCEPT
|
|
||||||
#-A INPUT -p udp -m udp --dport 16854 -j ACCEPT
|
|
||||||
|
|
||||||
-A INPUT -p tcp -m tcp --dport 22333 -j ACCEPT
|
|
||||||
-A INPUT -p udp --dport 60000:60006 -j ACCEPT
|
|
||||||
|
|
||||||
-A INPUT -m state --state INVALID -j DROP
|
-A INPUT -m state --state INVALID -j DROP
|
||||||
-A FORWARD -m state --state INVALID -j DROP
|
-A FORWARD -m state --state INVALID -j DROP
|
||||||
|
@ -45,9 +37,6 @@
|
||||||
#-A INPUT -m set --match-set allowHTTPS src -p tcp -m tcp --dport 443 -j ACCEPT
|
#-A INPUT -m set --match-set allowHTTPS src -p tcp -m tcp --dport 443 -j ACCEPT
|
||||||
#-A INPUT -m set --match-set directHTTPS src -p tcp -m tcp --dport 443 -j ACCEPT
|
#-A INPUT -m set --match-set directHTTPS src -p tcp -m tcp --dport 443 -j ACCEPT
|
||||||
|
|
||||||
# SSH
|
|
||||||
-A INPUT -m set --match-set allowSSH src -p tcp -m tcp --dport 22333 -j ACCEPT
|
|
||||||
|
|
||||||
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
|
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
|
||||||
-A INPUT -p tcp -m tcp --dport 25 -j ACCEPT
|
-A INPUT -p tcp -m tcp --dport 25 -j ACCEPT
|
||||||
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
|
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
|
||||||
|
|
Loading…
Reference in New Issue