minifirewall/minifirewall.d/dns-output-v6

3 lines
143 B
Plaintext

# shellcheck shell=sh disable=SC2034
# allow DNS output
/sbin/ip6tables -A OUTPUT -o $INT -p udp --dport 53 --match state --state NEW -j ACCEPT