unbound: Add support for copying zone files

This commit is contained in:
Timo Makinen 2024-05-09 18:23:21 +00:00
parent 2329b5d5e6
commit 3b2c2a453e
11 changed files with 28 additions and 53 deletions

View file

@ -9,6 +9,10 @@ network_vip_interfaces:
dhcpd_template: dhcpd.conf.print.j2
unbound_zones:
- 24.20.172.in-addr.arpa
- print.foo.sh
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 53, from: [172.20.24.0/24]}