pyrocufflink-dns: Remove FireMon zones
There is no longer any point to having forward zones in the main DNS server for FireMon domains, since we don't have a network-wide VPN anymore.ntfy
parent
739ffb2845
commit
62ca80a5f0
|
@ -31,41 +31,5 @@ pyrocufflink_common_zones:
|
|||
forwarders:
|
||||
- 172.30.0.10
|
||||
- 172.30.0.9
|
||||
- zone: securepassage.com
|
||||
type: forward
|
||||
forward: only
|
||||
forwarders:
|
||||
- 192.168.20.146
|
||||
- 192.168.20.147
|
||||
- zone: lab.firemon.com
|
||||
type: forward
|
||||
forward: only
|
||||
forwarders:
|
||||
- 192.168.20.146
|
||||
- 192.168.20.147
|
||||
- zone: fmos.test
|
||||
type: forward
|
||||
forward: only
|
||||
forwarders:
|
||||
- 192.168.20.146
|
||||
- 192.168.20.147
|
||||
- zone: 168.192.in-addr.arpa
|
||||
type: forward
|
||||
forward: only
|
||||
forwarders:
|
||||
- 192.168.20.146
|
||||
- 192.168.20.147
|
||||
- zone: 4.16.172.in-addr.arpa
|
||||
type: forward
|
||||
forward: only
|
||||
forwarders:
|
||||
- 192.168.20.146
|
||||
- 192.168.20.147
|
||||
- zone: 5.16.172.in-addr.arpa
|
||||
type: forward
|
||||
forward: only
|
||||
forwarders:
|
||||
- 192.168.20.146
|
||||
- 192.168.20.147
|
||||
|
||||
named_zones: '{{ pyrocufflink_red_zones + pyrocufflink_common_zones + rpz_zones }}'
|
||||
|
|
Loading…
Reference in New Issue