Skip to content
Snippets Groups Projects
Unverified Commit e7b521b3 authored by Gui's avatar Gui Committed by micah
Browse files

allow clients to resolve DNS (i.e. query knot-resolver)

parent c76abe8e
Branches
Tags
No related merge requests found
Pipeline #61409 passed
......@@ -16,4 +16,6 @@ add_rule6 -A FORWARD -d {{ openvpn_network6 }} -m state --state RELATED,ESTABLIS
add_rule4 -A FORWARD -i tun0 -o tun0 -j DROP
add_rule6 -A FORWARD -i tun0 -o tun0 -j DROP
# allow vpn clients to resolve DNS (i.e. query knot-resolver)
add_rule -A user-input -i tun0 -p udp --dport 53 -j ACCEPT
add_rule -A user-input -i tun0 -p tcp --dport 53 -j ACCEPT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment