From 21734bab5fbb242aa94b334701d62326268bb8b6 Mon Sep 17 00:00:00 2001 From: angristan Date: Sat, 15 Sep 2018 19:02:16 +0200 Subject: [PATCH] Install unbound in conf.d/openvpn.conf For existing installs --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index fd8039f..ff77846 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -189,7 +189,7 @@ private-address: ::ffff:0:0/96" >> /etc/unbound/unbound.conf # Add OpenVPN integration echo 'server: interface: 10.8.0.1 - access-control: 10.8.0.1/24 allow' >> /etc/unbound/unbound.conf + access-control: 10.8.0.1/24 allow' >> /etc/unbound/conf.d/openvpn.conf # Restart the service systemctl restart unbound