blob: 89f7ff58ea4b38eb95132fd1a24a2f79cda52058 (
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
36
37
38
39
40
41
42
43
44
45
46
|
---
## stats
# bind_stats_channels:
# - addr: 127.0.0.1
# port: 8053
# allow:
# - 127.0.0.1
## 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_zone_blacklist: []
# bind_zone_blacklist:
# - onion
# - zip
# - mov
# 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
|