Created
December 6, 2020 05:05
-
-
Save yock/0528365a7bced60c66d1d53e7a8c9e3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: | |
verbosity: 0 | |
interface: 0.0.0.0 | |
access-control: 127.0.0.0/8 allow | |
access-control: 192.168.1.0/24 allow | |
do-ip4: yes | |
do-tcp: yes | |
do-udp: yes | |
root-hints: "/var/lib/unbound/root.hints" | |
# Block Apple OCSP | |
local-zone: "ocsp.apple.com" redirect | |
local-data: "ocsp.apple.com A 0.0.0.0" | |
# Netgear Orbi administration | |
local-data: "orbilogin.com A 192.168.1.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment