diff --git a/openvpn-install.sh b/openvpn-install.sh index 679ea71..3b16d70 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -198,7 +198,7 @@ private-address: 127.0.0.0/8 private-address: ::ffff:0:0/96' > /etc/unbound/openvpn.conf if [[ "$IPV6_SUPPORT" == 'y' ]]; then echo 'interface: fd42:42:42:42::1 -access-control: fd42:42:42:42::/112 allow' >> /etc/unbound/unbound.conf +access-control: fd42:42:42:42::/112 allow' >> /etc/unbound/openvpn.conf fi fi