]> git.ipfire.org Git - thirdparty/knot-dns.git/log
thirdparty/knot-dns.git
5 years agoMerge branch 'xdp_fib' into 'master'
Libor Peltan [Thu, 15 Apr 2021 16:27:18 +0000 (16:27 +0000)] 
Merge branch 'xdp_fib' into 'master'

XDP with routing

See merge request knot/knot-dns!1283

5 years agoconf: add xdp-route-check server option
Daniel Salzman [Thu, 15 Apr 2021 07:17:01 +0000 (09:17 +0200)] 
conf: add xdp-route-check server option

5 years agodoc: fix default value of policy.nsec3-iterations
Daniel Salzman [Thu, 15 Apr 2021 12:09:08 +0000 (14:09 +0200)] 
doc: fix default value of policy.nsec3-iterations

5 years agoxdp: add optional cross-interface operation using routing information from kernel
Daniel Salzman [Mon, 12 Apr 2021 11:36:09 +0000 (13:36 +0200)] 
xdp: add optional cross-interface operation using routing information from kernel

5 years agoudp-hander: fix assertion, code unification
Daniel Salzman [Mon, 12 Apr 2021 15:54:38 +0000 (17:54 +0200)] 
udp-hander: fix assertion, code unification

5 years agoyparser: fix applying zero offset to null pointer (UBSAN)
Daniel Salzman [Mon, 12 Apr 2021 07:39:22 +0000 (09:39 +0200)] 
yparser: fix applying zero offset to null pointer (UBSAN)

5 years agolibknot/edns: fix null pointer passed to memcpy (UBSAN)
Daniel Salzman [Mon, 12 Apr 2021 07:19:22 +0000 (09:19 +0200)] 
libknot/edns: fix null pointer passed to memcpy (UBSAN)

5 years agotests: fix applying zero offset to null pointer (UBSAN)
Daniel Salzman [Sun, 11 Apr 2021 17:28:28 +0000 (19:28 +0200)] 
tests: fix applying zero offset to null pointer (UBSAN)

5 years agoRevert "libknot: add basic support for SVCB and HTTPS records"
Daniel Salzman [Sun, 11 Apr 2021 17:14:54 +0000 (19:14 +0200)] 
Revert "libknot: add basic support for SVCB and HTTPS records"

This reverts commit 4f1f10f2e8e1f5692b48a2038255cc1348003f3b.

fixes #725

5 years agofdset: simplify warkaround for (e)poll under Valgrind bug to suppress Valgrind error
Daniel Salzman [Sun, 11 Apr 2021 15:52:54 +0000 (17:52 +0200)] 
fdset: simplify warkaround for (e)poll under Valgrind bug to suppress Valgrind error

5 years agokdig: don't clear empty tsig_key (UBSAN)
Daniel Salzman [Sat, 10 Apr 2021 17:06:02 +0000 (19:06 +0200)] 
kdig: don't clear empty tsig_key (UBSAN)

5 years agoconfigure: use 'address,undefined' as default for --with-sanitizer
Daniel Salzman [Fri, 9 Apr 2021 07:12:56 +0000 (09:12 +0200)] 
configure: use 'address,undefined' as default for --with-sanitizer

5 years agoMerge branch 'sanitize-undefined' into 'master'
Daniel Salzman [Fri, 9 Apr 2021 07:05:42 +0000 (07:05 +0000)] 
Merge branch 'sanitize-undefined' into 'master'

treewide: fix instances of memcpy(*, NULL, 0)

See merge request knot/knot-dns!1282

5 years agoyparser: update ypbody.c
Daniel Salzman [Fri, 9 Apr 2021 06:39:41 +0000 (08:39 +0200)] 
yparser: update ypbody.c

5 years agoknot+libzscanner: avoid undefined behavior (UBSAN)
Libor Peltan [Thu, 8 Apr 2021 11:41:12 +0000 (13:41 +0200)] 
knot+libzscanner: avoid undefined behavior (UBSAN)

5 years agotreewide: fix instances of memcpy(*, NULL, 0)
Vladimír Čunát [Tue, 6 Apr 2021 17:55:58 +0000 (19:55 +0200)] 
treewide: fix instances of memcpy(*, NULL, 0)

I don't think they could cause any practical issues,
but they popped out when using sanitizing Knot with Resolver.

5 years agotests: tuned zsk_rollover test
Libor Peltan [Thu, 8 Apr 2021 17:14:48 +0000 (19:14 +0200)] 
tests: tuned zsk_rollover test

5 years agofdset: add checks for a specific valgrind problem that occurs on polling
Jan Hak [Thu, 1 Apr 2021 11:29:43 +0000 (13:29 +0200)] 
fdset: add checks for a specific valgrind problem that occurs on polling

5 years agoserver: merge epoll_ctx with fdset
Daniel Salzman [Fri, 19 Mar 2021 14:31:56 +0000 (15:31 +0100)] 
server: merge epoll_ctx with fdset

5 years agoserver: add polling wrapper for unix poll and epoll
Jan Hak [Mon, 25 Jan 2021 15:20:23 +0000 (16:20 +0100)] 
server: add polling wrapper for unix poll and epoll

5 years agodnssec: fix little double-free
Libor Peltan [Thu, 8 Apr 2021 16:19:40 +0000 (18:19 +0200)] 
dnssec: fix little double-free

5 years agoMerge branch 'rrsig_expire_overflow' into 'master'
Daniel Salzman [Wed, 7 Apr 2021 11:48:58 +0000 (11:48 +0000)] 
Merge branch 'rrsig_expire_overflow' into 'master'

dnssec: avoid overflow in RRSIG expire by capping

See merge request knot/knot-dns!1281

5 years agoREADME: add libprotobuf-c-dev to dependencies on Debian
Daniel Salzman [Tue, 6 Apr 2021 19:02:58 +0000 (21:02 +0200)] 
README: add libprotobuf-c-dev to dependencies on Debian

5 years agolibdnstap: don't export internal symbols + refactoring
Daniel Salzman [Tue, 6 Apr 2021 13:07:33 +0000 (15:07 +0200)] 
libdnstap: don't export internal symbols + refactoring

5 years agolibbpf: extract from libcontrib and link directly with libknot
Daniel Salzman [Tue, 6 Apr 2021 08:59:01 +0000 (10:59 +0200)] 
libbpf: extract from libcontrib and link directly with libknot

5 years agoMakefiles: rework linker parameters to avoid binary size increase with slibtool ...
Daniel Salzman [Mon, 5 Apr 2021 14:26:03 +0000 (16:26 +0200)] 
Makefiles: rework linker parameters to avoid binary size increase with slibtool + refactoring

relates #722

5 years agodnssec: avoid overflow in RRSIG expire by capping
Libor Peltan [Tue, 6 Apr 2021 13:29:35 +0000 (15:29 +0200)] 
dnssec: avoid overflow in RRSIG expire by capping

5 years agoMerge branch 'fedora-make' into 'master'
Daniel Salzman [Wed, 31 Mar 2021 14:07:52 +0000 (14:07 +0000)] 
Merge branch 'fedora-make' into 'master'

distro/rpm: add BuildRequires: make

See merge request knot/knot-dns!1278

5 years agodistro/rpm: add BuildRequires: make
Jakub Ružička [Tue, 30 Mar 2021 14:53:06 +0000 (16:53 +0200)] 
distro/rpm: add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot

Mirrors downstream Fedora 34 change.

5 years agoMerge branch 'ci_test1' into 'master'
Daniel Salzman [Mon, 29 Mar 2021 18:07:49 +0000 (18:07 +0000)] 
Merge branch 'ci_test1' into 'master'

gitlab CI: avoid rebuilding knot when unit tests...

See merge request knot/knot-dns!1277

5 years agogitlab CI: avoid rebuilding knot when unit tests...
Libor Peltan [Thu, 25 Mar 2021 14:12:41 +0000 (15:12 +0100)] 
gitlab CI: avoid rebuilding knot when unit tests...

...the artifacts (built objects, binaries etc) are taken
from 'build' phase even when they have older mtime

5 years agoMerge branch 'test_catalog_kill' into 'master'
Daniel Salzman [Fri, 26 Mar 2021 11:23:59 +0000 (11:23 +0000)] 
Merge branch 'test_catalog_kill' into 'master'

tests/catalog: recover from kill between update and zonedb_reload

See merge request knot/knot-dns!1276

5 years agotests/catalog/kill: control when stucking DS push takes place
Libor Peltan [Fri, 26 Mar 2021 10:50:46 +0000 (11:50 +0100)] 
tests/catalog/kill: control when stucking DS push takes place

5 years agotests/catalog: recover from kill between update and zonedb_reload
Libor Peltan [Thu, 25 Mar 2021 17:56:20 +0000 (18:56 +0100)] 
tests/catalog: recover from kill between update and zonedb_reload

5 years agoMerge branch 'catalog_ptr_one_label' into 'master'
Daniel Salzman [Fri, 26 Mar 2021 08:26:09 +0000 (08:26 +0000)] 
Merge branch 'catalog_ptr_one_label' into 'master'

catalog: enforce single label for PTR defining member

See merge request knot/knot-dns!1275

5 years agocatalog: enforce single label for PTR defining member
Libor Peltan [Thu, 25 Mar 2021 12:48:36 +0000 (13:48 +0100)] 
catalog: enforce single label for PTR defining member

5 years agoMerge branch 'journal_consistency_1270' into 'master'
Daniel Salzman [Thu, 25 Mar 2021 09:35:50 +0000 (09:35 +0000)] 
Merge branch 'journal_consistency_1270' into 'master'

journal: add consistency check to disclose broken journal...

See merge request knot/knot-dns!1274

5 years agojournal: add consistency check to disclose broken journal...
Libor Peltan [Thu, 25 Mar 2021 09:18:22 +0000 (10:18 +0100)] 
journal: add consistency check to disclose broken journal...

...by the bug fixed in 866c3515e4c0654586eedaa62c487db75d50555f

5 years agodoc: extend zone backup limitations
Daniel Salzman [Thu, 25 Mar 2021 07:04:23 +0000 (08:04 +0100)] 
doc: extend zone backup limitations

5 years agotests: dont detect alg roll by the count of DNSKEY RRSIGS
Libor Peltan [Wed, 24 Mar 2021 13:29:58 +0000 (14:29 +0100)] 
tests: dont detect alg roll by the count of DNSKEY RRSIGS

5 years agotests: fixed check of alg rollover
Libor Peltan [Wed, 24 Mar 2021 09:19:19 +0000 (10:19 +0100)] 
tests: fixed check of alg rollover

5 years agoMerge branch 'fix_difse_zij_master' into 'master'
Daniel Salzman [Mon, 22 Mar 2021 18:26:43 +0000 (18:26 +0000)] 
Merge branch 'fix_difse_zij_master' into 'master'

load: fix storing zone-in-journal with difference-no-serial

See merge request knot/knot-dns!1273

5 years agoload: fix storing zone-in-journal with difference-no-serial
Libor Peltan [Mon, 22 Mar 2021 18:18:09 +0000 (19:18 +0100)] 
load: fix storing zone-in-journal with difference-no-serial

5 years agotests: mute Coverity warning
Daniel Salzman [Mon, 22 Mar 2021 06:31:35 +0000 (07:31 +0100)] 
tests: mute Coverity warning

5 years agokdig: tls tfo fix missing include file
Jan Hak [Fri, 19 Mar 2021 09:28:32 +0000 (10:28 +0100)] 
kdig: tls tfo fix missing include file

5 years agoMerge branch 'share_ksk_check_alg' into 'master'
Daniel Salzman [Fri, 19 Mar 2021 08:23:10 +0000 (08:23 +0000)] 
Merge branch 'share_ksk_check_alg' into 'master'

dnssec: check matching algorithm before sharing KSK

Closes #721

See merge request knot/knot-dns!1271

5 years agodnssec: check matching algorithm before sharing KSK
Libor Peltan [Thu, 18 Mar 2021 16:27:14 +0000 (17:27 +0100)] 
dnssec: check matching algorithm before sharing KSK

5 years agoMerge branch 'catalog_refactor' into 'master'
Daniel Salzman [Thu, 18 Mar 2021 16:02:12 +0000 (16:02 +0000)] 
Merge branch 'catalog_refactor' into 'master'

Complete refactoring of catalog zones, little fixes/enh

See merge request knot/knot-dns!1265

5 years agocatalog: add explicit conf parameter to catalog_update_finalize()
Daniel Salzman [Mon, 15 Mar 2021 07:53:26 +0000 (08:53 +0100)] 
catalog: add explicit conf parameter to catalog_update_finalize()

5 years agocatalog: move catalog_print() to kcatalogprint
Daniel Salzman [Mon, 1 Mar 2021 12:27:33 +0000 (13:27 +0100)] 
catalog: move catalog_print() to kcatalogprint

5 years agocatalog: complete refactoring with little fixes/enh
Libor Peltan [Tue, 23 Feb 2021 19:38:26 +0000 (20:38 +0100)] 
catalog: complete refactoring with little fixes/enh

5 years agodoc: extend description of 'cds-cdnskey-publish: rollover'
Daniel Salzman [Thu, 18 Mar 2021 10:03:31 +0000 (11:03 +0100)] 
doc: extend description of 'cds-cdnskey-publish: rollover'

5 years agoMerge branch 'doc_man_key_mgmt' into 'master'
Daniel Salzman [Thu, 18 Mar 2021 08:16:03 +0000 (08:16 +0000)] 
Merge branch 'doc_man_key_mgmt' into 'master'

doc: update old irrelevant stuff

See merge request knot/knot-dns!1269

5 years agoMerge branch 'journal_fix_shrinking_merge' into 'master'
Daniel Salzman [Wed, 17 Mar 2021 12:53:38 +0000 (12:53 +0000)] 
Merge branch 'journal_fix_shrinking_merge' into 'master'

journal: fix malformed data when less chunks after merge...

See merge request knot/knot-dns!1270

5 years agojournal: fix malformed data when less chunks after merge...
Libor Peltan [Tue, 16 Mar 2021 16:30:12 +0000 (17:30 +0100)] 
journal: fix malformed data when less chunks after merge...

When the merged changeset takes less journal chunks than
the original one, the additional chunks remained there
causing malformed or wrong data. Deleting merged changeset
explicity before re-adding it will get rid of possibly
leftover chunks to remain in journal DB.

5 years agoMerge branch 'keymgr_set_flags' into 'master'
Daniel Salzman [Tue, 16 Mar 2021 17:44:41 +0000 (17:44 +0000)] 
Merge branch 'keymgr_set_flags' into 'master'

keymgr: recompute keytag after key flag change...

See merge request knot/knot-dns!1268

5 years agoMerge branch 'kdig_tls_tfo'
Daniel Salzman [Tue, 16 Mar 2021 12:35:46 +0000 (13:35 +0100)] 
Merge branch 'kdig_tls_tfo'

closes #549

5 years agodoc/kdig: update +fastopen description, add example
Daniel Salzman [Tue, 16 Mar 2021 11:50:27 +0000 (12:50 +0100)] 
doc/kdig: update +fastopen description, add example

5 years agokdig: fix and unify +https parameter processing
Daniel Salzman [Tue, 16 Mar 2021 07:06:17 +0000 (08:06 +0100)] 
kdig: fix and unify +https parameter processing

5 years agokdig: merge https_ctx_connect() with tls_ctx_connect() to remove code duplication
Daniel Salzman [Tue, 16 Mar 2021 07:00:15 +0000 (08:00 +0100)] 
kdig: merge https_ctx_connect() with tls_ctx_connect() to remove code duplication

5 years agodoc: update old irrelevant stuff
Libor Peltan [Mon, 15 Mar 2021 17:40:03 +0000 (18:40 +0100)] 
doc: update old irrelevant stuff

5 years agokeymgr: recompute keytag after key flag change...
Libor Peltan [Mon, 15 Mar 2021 16:10:52 +0000 (17:10 +0100)] 
keymgr: recompute keytag after key flag change...

...in order to avoid wrong SEP bit after KSK versus ZSK change
Also, allow SEP bit setting of already generated key.

5 years agokdig: TCP Fast Open support for TLS
Jan Hak [Mon, 15 Mar 2021 15:06:16 +0000 (16:06 +0100)] 
kdig: TCP Fast Open support for TLS

5 years agoMerge branch 'requestor_tfo'
Daniel Salzman [Mon, 15 Mar 2021 13:20:10 +0000 (14:20 +0100)] 
Merge branch 'requestor_tfo'

5 years agoserver: extend log_sock_conf with TFO client
Daniel Salzman [Fri, 12 Mar 2021 14:13:27 +0000 (15:13 +0100)] 
server: extend log_sock_conf with TFO client

5 years agomod-dnsproxy: add TCP Fast Open support
Daniel Salzman [Fri, 12 Mar 2021 11:57:47 +0000 (12:57 +0100)] 
mod-dnsproxy: add TCP Fast Open support

5 years agokdig: force TCP with +fastopen
Daniel Salzman [Fri, 12 Mar 2021 10:53:46 +0000 (11:53 +0100)] 
kdig: force TCP with +fastopen

5 years agoconf: add client TFO option 'server.tcp-fastopen'
Daniel Salzman [Thu, 11 Mar 2021 20:39:34 +0000 (21:39 +0100)] 
conf: add client TFO option 'server.tcp-fastopen'

5 years agokdig: fix +fastopen on FreeBSD
Daniel Salzman [Thu, 11 Mar 2021 13:30:46 +0000 (14:30 +0100)] 
kdig: fix +fastopen on FreeBSD

5 years agonet/requestor: add support for TFO
Daniel Salzman [Wed, 10 Mar 2021 13:37:01 +0000 (14:37 +0100)] 
net/requestor: add support for TFO

5 years agonet: code simplification
Daniel Salzman [Wed, 10 Mar 2021 09:23:34 +0000 (10:23 +0100)] 
net: code simplification

5 years agonet: tiny code unification
Daniel Salzman [Wed, 10 Mar 2021 09:17:19 +0000 (10:17 +0100)] 
net: tiny code unification

5 years agomod-dnstap: fill out the destination address
Daniel Salzman [Thu, 4 Mar 2021 15:29:05 +0000 (16:29 +0100)] 
mod-dnstap: fill out the destination address

5 years agotests-extra: add algorithm rollover with shared KSK
Libor Peltan [Tue, 9 Mar 2021 18:53:26 +0000 (19:53 +0100)] 
tests-extra: add algorithm rollover with shared KSK

5 years agokdig: print HTTP instead of HTTPS
Daniel Salzman [Thu, 11 Mar 2021 07:19:27 +0000 (08:19 +0100)] 
kdig: print HTTP instead of HTTPS

5 years agoMerge branch 'rpm-fix' into 'master'
Daniel Salzman [Wed, 10 Mar 2021 20:31:19 +0000 (20:31 +0000)] 
Merge branch 'rpm-fix' into 'master'

rpm: fix for SUSE build and %BASE_VERSION macro

See merge request knot/knot-dns!1267

5 years agodistro/rpm: include module dirs in main package
Jakub Ružička [Wed, 10 Mar 2021 17:07:02 +0000 (18:07 +0100)] 
distro/rpm: include module dirs in main package

This should prevent SUSE build from complaining:

    directories not owned by a package:
    - /usr/lib64/knot
    - /usr/lib64/knot/modules-3.1

5 years agodistro/rpm: properly escape %BASE_VERSION
Jakub Ružička [Wed, 10 Mar 2021 17:05:40 +0000 (18:05 +0100)] 
distro/rpm: properly escape %BASE_VERSION

rpm %() macro requires double escaping

5 years agoserver: extend socket configuration log message
Daniel Salzman [Wed, 10 Mar 2021 06:41:19 +0000 (07:41 +0100)] 
server: extend socket configuration log message

5 years agoserver: fix broken TFO detection
Daniel Salzman [Tue, 9 Mar 2021 16:28:23 +0000 (17:28 +0100)] 
server: fix broken TFO detection

5 years agokxdpgun: update kxdpgun_CPPFLAGS to fix compilation on openSUSE
Daniel Salzman [Fri, 5 Mar 2021 15:53:04 +0000 (16:53 +0100)] 
kxdpgun: update kxdpgun_CPPFLAGS to fix compilation on openSUSE

5 years agoMerge branch 'apply_dname_multi' into 'master'
Daniel Salzman [Fri, 5 Mar 2021 08:25:57 +0000 (09:25 +0100)] 
Merge branch 'apply_dname_multi' into 'master'

nameserver: allow applying one DNAME repeatedly (e.g. DNAME loop)

Closes #714

See merge request knot/knot-dns!1243

5 years agonameserver: decrease maximum CNAME/DNAME chain length from 20 to 5
Daniel Salzman [Thu, 4 Mar 2021 18:03:42 +0000 (19:03 +0100)] 
nameserver: decrease maximum CNAME/DNAME chain length from 20 to 5

The reason for this change is to reduce possible amplification attacks and
other negative effects of long processing loops.

Also most resolvers don't accept multiple jumps without requerying, so this
change should be harmless.

5 years agonameserver: allow applying one DNAME repeatedly (e.g. DNAME loop)
Libor Peltan [Thu, 14 Jan 2021 14:56:37 +0000 (15:56 +0100)] 
nameserver: allow applying one DNAME repeatedly (e.g. DNAME loop)

5 years agoRevert "distro/deb: rename knot.tmpfile -> knot.tmpfiles"
Jakub Ružička [Tue, 2 Mar 2021 11:45:39 +0000 (12:45 +0100)] 
Revert "distro/deb: rename knot.tmpfile -> knot.tmpfiles"

This seems to be supported in Debian unstable only.

This reverts commit 289498a7fbb1e6ab2447b52cd466053bd32a0805.

5 years agoMerge branch 'distro-libmnl' into 'master'
Daniel Salzman [Tue, 2 Mar 2021 07:20:32 +0000 (08:20 +0100)] 
Merge branch 'distro-libmnl' into 'master'

distro: add new libmnl build dep for kxdpgun

See merge request knot/knot-dns!1266

5 years agodistro: add new libmnl build dep for kxdpgun
Jakub Ružička [Mon, 1 Mar 2021 15:00:55 +0000 (16:00 +0100)] 
distro: add new libmnl build dep for kxdpgun

5 years agokxdpgun: check socket() return (Coverity)
Daniel Salzman [Mon, 1 Mar 2021 07:58:29 +0000 (08:58 +0100)] 
kxdpgun: check socket() return (Coverity)

5 years agokxdpgun: remove unused code (Coverity)
Daniel Salzman [Mon, 1 Mar 2021 07:46:44 +0000 (08:46 +0100)] 
kxdpgun: remove unused code (Coverity)

5 years agoxdp: replace KNOT_XDP_MIN_MEMLOCK with RLIM_INFINITY as we can't determine a reasonab...
Daniel Salzman [Thu, 25 Feb 2021 12:01:53 +0000 (13:01 +0100)] 
xdp: replace KNOT_XDP_MIN_MEMLOCK with RLIM_INFINITY as we can't determine a reasonable limit

5 years agoMerge branch 'kxdpgun_no_popen' into 'master'
Daniel Salzman [Tue, 23 Feb 2021 16:33:18 +0000 (17:33 +0100)] 
Merge branch 'kxdpgun_no_popen' into 'master'

kxdpgun: obtain routes from RTNETLINK instead popen(/sbin/ip)

See merge request knot/knot-dns!1263

5 years agoscripts: rename PowerTools to powertools in CentOS Dockerfile
Daniel Salzman [Tue, 23 Feb 2021 16:17:41 +0000 (17:17 +0100)] 
scripts: rename PowerTools to powertools in CentOS Dockerfile

Very good CentOS 8!

5 years agoscripts: add libmnl to Fedora and Debian Dockerfiles
Daniel Salzman [Tue, 23 Feb 2021 16:07:14 +0000 (17:07 +0100)] 
scripts: add libmnl to Fedora and Debian Dockerfiles

5 years agokxdpgun: remove unused popenve
Daniel Salzman [Tue, 23 Feb 2021 12:16:23 +0000 (13:16 +0100)] 
kxdpgun: remove unused popenve

5 years agoDockerfile: replace iproute2 with libmnl
Daniel Salzman [Tue, 23 Feb 2021 11:29:47 +0000 (12:29 +0100)] 
Dockerfile: replace iproute2 with libmnl

5 years agokxdpgun: obtain routes from RTNETLINK instead popen(/sbin/ip)
Libor Peltan [Fri, 19 Feb 2021 17:20:31 +0000 (18:20 +0100)] 
kxdpgun: obtain routes from RTNETLINK instead popen(/sbin/ip)

5 years agoMerge branch 'conf_reduce_compat' into 'master'
Libor Peltan [Tue, 23 Feb 2021 12:54:05 +0000 (13:54 +0100)] 
Merge branch 'conf_reduce_compat' into 'master'

Configuration - reduce compatibility

See merge request knot/knot-dns!1264

5 years agoconf: ignore obsolete default-template-related options
Daniel Salzman [Tue, 23 Feb 2021 10:10:40 +0000 (11:10 +0100)] 
conf: ignore obsolete default-template-related options

5 years agoconf: ignore obsolete server-related options
Daniel Salzman [Tue, 23 Feb 2021 09:50:44 +0000 (10:50 +0100)] 
conf: ignore obsolete server-related options

5 years agoconf: ignore obsolete zone-related options
Daniel Salzman [Tue, 23 Feb 2021 09:30:55 +0000 (10:30 +0100)] 
conf: ignore obsolete zone-related options