mirror of
https://github.com/pivpn/pivpn.git
synced 2025-01-18 10:34:27 +00:00
fix(install): Correct dev on PiHole iptables rule
Change PiHole iptables rule from IPv4dev to pivpnDEV
This commit is contained in:
parent
a544a86712
commit
5ee9425ad4
1 changed files with 1 additions and 1 deletions
|
@ -2232,7 +2232,7 @@ get ad blocking on the go?" "${r}" "${c}"; then
|
|||
on "${pivpnDEV}" to any port 53 \
|
||||
from "${pivpnNET}/${subnetClass}" > /dev/null
|
||||
else
|
||||
${SUDO} iptables -I INPUT -i "${IPv4dev}" \
|
||||
${SUDO} iptables -I INPUT -i "${pivpnDEV}" \
|
||||
-p udp --dport 53 -j ACCEPT -m comment --comment "pihole-DNS-rule"
|
||||
fi
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue