Whitelist port 2443 for captive portals
This commit is contained in:
parent
76596a3e66
commit
fd541da7fc
@ -29,7 +29,7 @@ in {
|
||||
# disabling vpn-only restrictions (to avoid leaks at the first seconds
|
||||
# after connection)
|
||||
iptables -A OUTPUT -m owner --uid-owner captive \
|
||||
-p tcp -m multiport --dports 80,443 \
|
||||
-p tcp -m multiport --dports 80,443,2443 \
|
||||
-j ACCEPT
|
||||
|
||||
iptables -A OUTPUT -m owner --uid-owner captive \
|
||||
|
Loading…
Reference in New Issue
Block a user