reverse DNS ok
This commit is contained in:
@ -26,6 +26,15 @@ echo -e "server:
|
||||
root-hints: root.hints
|
||||
" > /etc/unbound/unbound.conf.d/root.conf
|
||||
|
||||
for i in {64..127}; do
|
||||
echo -e " local-zone: \"$i.100.in-addr.arpa.\" nodefault" >> /etc/unbound/unbound.conf.d/root.conf
|
||||
done
|
||||
|
||||
|
||||
# local-zone: \"120.100.in-addr.arpa.\" nodefault
|
||||
# local-zone: \"64.100.in-addr.arpa. to 127.100.in-addr.arpa.\" nodefault
|
||||
# for i in {64..127}; do echo $i; done
|
||||
|
||||
# no DNSSEC validation for now
|
||||
sed -i "s/auto/\#auto/" /etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf
|
||||
|
||||
|
Reference in New Issue
Block a user