Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions unbound.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ server:
do-not-query-address: 192.168.0.0/16 # RFC 1918
do-not-query-address: 172.16.0.0/12 # RFC 1918
do-not-query-address: 10.0.0.0/8 # RFC 1918
do-not-query-address: 169.254.0.0/16
do-not-query-address: 127.0.0.0/8 # RFC 5735
do-not-query-address: 0.0.0.0/8 # RFC 1122 Section 3.2.1.3
do-not-query-address: 169.254.0.0/16 # RFC 3927
Expand All @@ -64,7 +63,7 @@ server:
do-not-query-address: 198.51.100.0/24
do-not-query-address: 203.0.113.0/24
do-not-query-address: 192.88.99.0/24 # RFC 3068
do-not-query-address: 192.18.0.0/15 # RFC 2544
do-not-query-address: 198.18.0.0/15 # RFC 2544
do-not-query-address: 224.0.0.0/4 # RFC 3171
do-not-query-address: 240.0.0.0/4 # RFC 1112
do-not-query-address: 255.255.255.255/32 # RFC 919 Section 7
Expand Down