Merge branch 'master' into ansible
This commit is contained in:
commit
addad1383d
2 changed files with 105 additions and 0 deletions
91
knot.conf
Normal file
91
knot.conf
Normal file
|
@ -0,0 +1,91 @@
|
|||
# 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"
|
||||
zonefile-load: difference-no-serial
|
||||
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
|
||||
|
||||
- domain: contesludiques.eu.org
|
||||
|
||||
- domain: sumomo.net.eu.org
|
||||
|
||||
- domain: jeuviodeo.fr.eu.org
|
||||
|
||||
- domain: monkeygames.fr.eu.org
|
||||
|
||||
- domain: blog.wehost.lgbt
|
||||
|
||||
- domain: grimoire.eu.org
|
||||
|
||||
- domain: snug.eu.org
|
||||
|
||||
- domain: wicce.eu.org
|
||||
|
||||
- domain: stryges.fr.eu.org
|
||||
|
||||
- domain: familier.net.eu.org
|
||||
|
||||
- domain: dns-witch.eu.org
|
||||
|
||||
- domain: blackconstruct.eu.org
|
||||
|
||||
- domain: soundsmag.eu.org
|
||||
|
||||
- domain: mutu.fr.eu.org
|
||||
|
||||
- domain: saimyx.eu.org
|
||||
|
||||
- domain: memories.eu.org
|
||||
|
||||
- domain: xana.eu.org
|
||||
|
||||
- domain: cartographiepublicitaire.eu.org
|
||||
# # Slave zone
|
||||
# - domain: example.net
|
||||
# master: master
|
||||
# acl: acl_master
|
14
zones/memories.eu.org.zone
Normal file
14
zones/memories.eu.org.zone
Normal file
|
@ -0,0 +1,14 @@
|
|||
@ 10800 IN SOA ns1.dns-witch.net.eu.org. support.dns-witch.net.eu.org. (
|
||||
2021072501 ; Numero
|
||||
28800 ; Refresh
|
||||
14400 ; Retry
|
||||
3600000 ; Expire
|
||||
86400 ) ; Minimum
|
||||
|
||||
@ IN 3600 NS ns1.dns-witch.net.eu.org.
|
||||
@ IN 3600 NS ns2.dns-witch.net.eu.org.
|
||||
|
||||
@ IN 3600 A 217.182.155.249
|
||||
merry IN 3600 CNAME merry_postfurry.gitlab.io.
|
||||
|
||||
_gitlab-pages-verification-code.merry IN 3600 TXT "gitlab-pages-verification-code=d3cf5b5be01778b8a74cccd23369bdd3"
|
Loading…
Reference in a new issue