From c245389b9c5f5749e3cc952a383291c92dc4b61e Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sun, 23 Jul 2023 18:32:08 +0800 Subject: [PATCH] fix dns --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index e6bb111..dd1cd89 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -185,7 +185,7 @@ prefetch: yes' >>/etc/unbound/unbound.conf access-control: fd42:42:42:42::/112 allow' >>/etc/unbound/unbound.conf fi - if [[ ! $OS =~ (fedora|centos|amzn|oracle) ]]; then + if [[ ! $OS =~ (fedora|opensuse|centos|amzn|oracle) ]]; then # DNS Rebinding fix echo "private-address: 10.0.0.0/8 private-address: fd42:42:42:42::/112