From 4969c10bc7ffeafa512e8a6394120fdeedfcc198 Mon Sep 17 00:00:00 2001 From: Henry N Date: Tue, 31 Mar 2020 20:59:07 +0200 Subject: [PATCH] Use openvpn.conf, if installed Co-Authored-By: randomshell <43271778+randomshell@users.noreply.github.com> --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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