Add unbound to nms hosts

This commit is contained in:
Timo Makinen 2021-03-25 17:41:25 +00:00
parent 37bfd27551
commit 786b7f8549
4 changed files with 21 additions and 0 deletions

View file

@ -13,6 +13,8 @@ network_vip_interfaces:
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 25, from: [172.20.25.0/24]}
- {proto: tcp, port: 53, from: [172.20.25.0/24]}
- {proto: udp, port: 53, from: [172.20.25.0/24]}
- {proto: udp, port: 69, from: [172.20.25.0/24]}
- {proto: udp, port: 123, from: [172.20.25.0/24]}
- {proto: udp, port: 514, from: [172.20.25.0/24]}