Updated port

This commit is contained in:
Sun Knudsen 2022-07-28 07:47:10 -04:00
parent 595b7810a8
commit ac829a6f0c
No known key found for this signature in database
GPG Key ID: 02C43AD072D57783

View File

@ -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
}