DNS/slave/knot.conf

43 lines
709 B
Plaintext
Raw Normal View History

2022-09-06 15:16:21 +00:00
server:
rundir: "/run/knot"
user: knot:knot
2022-12-14 08:19:21 +00:00
listen: [ 0.0.0.0@53 ]
2022-09-06 15:16:21 +00:00
log:
- target: syslog
any: info
database:
storage: "/var/lib/knot"
remote:
- id: primary
2022-12-14 08:19:21 +00:00
address: 5.161.108.85@53
2022-09-06 15:16:21 +00:00
acl:
- id: acl_primary
2022-12-14 08:19:21 +00:00
address: 5.161.108.85
2022-09-06 15:16:21 +00:00
action: notify
template:
- id: default
2022-12-14 08:19:21 +00:00
storage: "/etc/knot"
2022-09-06 15:16:21 +00:00
file: "%s.zone"
2022-12-14 08:19:21 +00:00
mod-geoip:
- id: geo
config-file: "/etc/knot/geo.conf"
mode: geodb
geodb-file: "/var/lib/knot/GeoLite2-City.mmdb"
geodb-key: [ continent/code, country/iso_code, city/names/en ]
2022-09-06 15:16:21 +00:00
zone:
- domain: vern0.me
master: primary
acl: acl_primary
2022-10-22 09:21:52 +00:00
- domain: vern.cc
master: primary
2022-12-14 08:19:21 +00:00
acl: acl_primary
module: mod-geoip/geo