mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Updated port
This commit is contained in:
parent
595b7810a8
commit
ac829a6f0c
@ -81,7 +81,7 @@ table ip firewall {
|
||||
chain output {
|
||||
type filter hook output priority filter; policy drop;
|
||||
oif "lo" accept
|
||||
oifname "$NETWORK_INTERFACE" tcp dport { 80, 443, 51413, 57715 } accept
|
||||
oifname "$NETWORK_INTERFACE" tcp dport { 80, 443, 51413, 59726 } accept
|
||||
oifname "$NETWORK_INTERFACE" udp dport { 53, 123 } accept
|
||||
ct state established,related accept
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user