dns-witch-zones/knot.conf

90 lines
1.6 KiB
Text
Raw Normal View History

2020-11-13 00:50:12 +00:00
# This is a sample of a minimal configuration file for Knot DNS.
# See knot.conf(5) or refer to the server documentation.
server:
rundir: "/run/knot"
user: knot:knot
listen: [ 0.0.0.0@53, ::@53 ]
log:
- target: syslog
any: info
remote:
# - id: slave
# address: 192.168.1.1@53
#
# - id: master
# address: 192.168.2.1@53
- id: secpb
address: [78.194.169.74, 2a01:e34:ec2a:94a0::4]
acl:
# - id: acl_slave
# address: 192.168.1.1
# action: transfer
#
# - id: acl_master
# address: 192.168.2.1
# action: notify
- id: secpb_acl
address: [78.194.169.74, 2a01:e34:ec2a:94a0::4]
action: transfer
template:
- id: default
storage: "/var/lib/knot"
file: "%s.zone"
2021-02-21 02:29:48 +00:00
zonefile-load: difference-no-serial
2020-11-13 00:50:12 +00:00
dnssec-signing: on
dnssec-policy: default
notify: secpb
acl: secpb_acl
zone:
# # Master zone
# - domain: example.com
# notify: slave
# acl: acl_slave
- domain: dns-witch.net.eu.org
2020-11-13 00:50:12 +00:00
- domain: contesludiques.eu.org
- domain: sumomo.net.eu.org
2020-12-09 10:28:54 +00:00
- domain: jeuviodeo.fr.eu.org
2020-12-14 21:26:51 +00:00
- domain: monkeygames.fr.eu.org
2020-12-16 11:51:41 +00:00
- domain: blog.wehost.lgbt
2020-12-22 15:37:08 +00:00
- domain: grimoire.eu.org
2021-01-10 14:51:23 +00:00
- domain: snug.eu.org
2021-01-09 01:32:24 +00:00
- domain: wicce.eu.org
2021-02-18 17:52:32 +00:00
2021-02-18 21:06:30 +00:00
- domain: stryges.fr.eu.org
2021-02-28 16:37:41 +00:00
- domain: familier.net.eu.org
2021-03-12 22:20:34 +00:00
- domain: dns-witch.eu.org
2021-02-28 16:37:41 +00:00
2021-03-24 23:47:21 +00:00
- domain: blackconstruct.eu.org
- domain: soundsmag.eu.org
2021-03-24 22:45:14 +00:00
2021-05-14 19:58:33 +00:00
- domain: mutu.fr.eu.org
2021-05-27 13:14:41 +00:00
- domain: saimyx.eu.org
2021-07-25 15:39:13 +00:00
- domain: xana.eu.org
2021-08-17 17:18:09 +00:00
- domain: cartographiepublicitaire.eu.org
2020-11-13 00:50:12 +00:00
# # Slave zone
# - domain: example.net
# master: master
# acl: acl_master