Files
configpolicy/group_vars
Dustin C. Hatch 84313601ef roles/named: Implement response policy zones
BIND response policy zones (RPZ) support provides a mechanism for
overriding the responses to DNS queries based on a wide range of
criteria.  In the simplest form, a response policy zone can be used to
provide different responses to different clients, or "block" some DNS
names.

For the Pyrocufflink and related networks, I plan to use an RPZ to
implement ad/tracker blocking.  The goal will be to generate an RPZ
definition from a collection of host lists (e.g. those used by uBlock
Origin) periodically.

This commit introduces basic support for RPZ configuration in the
*named* role.  It can be activated by providing a list of "response
policy" definitions (e.g. `zone "name"`) in the `named_response_policy`
variable, and defining the corresponding zones in `named_zones`.
2020-09-06 10:40:01 -05:00
..
2019-08-23 08:48:22 -05:00
2018-08-19 14:17:48 -05:00
2020-01-25 13:57:04 -06:00
2018-06-06 21:45:36 -05:00
2018-08-12 10:27:20 -05:00
2018-07-15 09:19:39 -05:00
2018-05-28 15:24:34 -05:00
2019-09-19 19:51:45 -05:00
2018-04-14 15:47:49 -05:00