From c820e771af9f529be1591df2a53534ea01716c81 Mon Sep 17 00:00:00 2001 From: angristan Date: Sat, 15 Sep 2018 21:22:03 +0200 Subject: [PATCH] Improvement --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index cd2eec6..0d830c7 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -192,7 +192,7 @@ private-address: 169.254.0.0/16 private-address: fd00::/8 private-address: fe80::/10 private-address: 127.0.0.0/8 -private-address: ::ffff:0:0/96' >> /etc/unbound/openvpn.conf +private-address: ::ffff:0:0/96' > /etc/unbound/openvpn.conf # Restart the service systemctl restart unbound