Add unbound for print hosts

This commit is contained in:
Timo Makinen 2021-03-25 17:40:49 +00:00
parent 32bcba70cb
commit 37bfd27551
3 changed files with 19 additions and 0 deletions

View file

@ -9,6 +9,8 @@ network_vip_interfaces:
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 53, from: [172.20.24.0/24]}
- {proto: udp, port: 53, from: [172.20.24.0/24]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
firewall_raw:
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"