Created
December 30, 2016 20:01
-
-
Save m4ce/44803bc8695ca881bb38a0f3db806adf to your computer and use it in GitHub Desktop.
BIND - Response policy zone (RPZ)
This file contains hidden or 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
$TTL 1H | |
@ SOA LOCALHOST. named-mgr.example.org (3 1h 15m 30d 2h) | |
NS LOCALHOST. | |
a.example.org A 192.168.1.100 |
This file contains hidden or 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
options { | |
.. | |
response-policy { zone "example-overrides"; }; | |
} | |
zone "example-overrides" { | |
type master; | |
file "master/example-overrides"; | |
allow-query { none; }; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Selectively overrides DNS records of public DNZ zones