mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
18
roles/unbound/defaults/main.yml
Normal file
18
roles/unbound/defaults/main.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
unbound_port: 53
|
||||
unbound_src_ip: []
|
||||
unbound_forward_zones: []
|
||||
# unbound_forward_zones:
|
||||
# - name: domain.local
|
||||
# forwarders:
|
||||
# - ns1.domain.com
|
||||
# - ns1.domain.com
|
||||
|
||||
unbound_local_zones: []
|
||||
# unbound_localzones:
|
||||
# - name: 3.29.10.in-addr.arpa.
|
||||
# entries:
|
||||
# - name: 1
|
||||
# type: PTR
|
||||
# value: mx.domain.net
|
Reference in New Issue
Block a user