Add unbound for print hosts
This commit is contained in:
parent
32bcba70cb
commit
37bfd27551
3 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue