mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-12-04 22:45:32 +01:00
fix dns
This commit is contained in:
parent
e12eab4462
commit
c245389b9c
@ -185,7 +185,7 @@ prefetch: yes' >>/etc/unbound/unbound.conf
|
|||||||
access-control: fd42:42:42:42::/112 allow' >>/etc/unbound/unbound.conf
|
access-control: fd42:42:42:42::/112 allow' >>/etc/unbound/unbound.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! $OS =~ (fedora|centos|amzn|oracle) ]]; then
|
if [[ ! $OS =~ (fedora|opensuse|centos|amzn|oracle) ]]; then
|
||||||
# DNS Rebinding fix
|
# DNS Rebinding fix
|
||||||
echo "private-address: 10.0.0.0/8
|
echo "private-address: 10.0.0.0/8
|
||||||
private-address: fd42:42:42:42::/112
|
private-address: fd42:42:42:42::/112
|
||||||
|
Loading…
Reference in New Issue
Block a user