blob: 80dbe3960249dec6f504b0b1236eb28dcef8e009 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
## options
# bind_option_empty_zones_enable: yes
# bind_option_allow_query: []
# bind_option_allow_recursion: []
# bind_option_allow_update: []
# bind_option_notify: '(yes|no|explicit)'
# bind_option_also_notify: []
# bind_option_allow_transfer: []
## zone configs
bind_empty_onion_zone: no
# bind_master_zones:
# example.com:
# content: |
# ....
# foo.bar:
# file: path/to/file
# bind_slave_zones:
# example:
# masters:
# - 192.0.2.1
# zones:
# - example.com
# - example.net
# foo:
# master:
# - 1.2.3.4
# zone:
# - foo.bar
|