fix dns
This commit is contained in:
parent
e12eab4462
commit
c245389b9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue