]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Use default listening rules from config.c string
authorEvan Hunt <each@isc.org>
Wed, 27 Nov 2024 00:08:28 +0000 (00:08 +0000)
committerEvan Hunt <each@isc.org>
Wed, 27 Nov 2024 00:08:28 +0000 (00:08 +0000)
Remove special code which creates default listeners, and use the normal named.conf configuration parser instead. This removes unneeded code and makes the built-in configuration text provide a true primary source of defaults. This change should be transparent to end-users and should not cause any visible change.

Closes #1424

Merge branch '1424-listen-builtin-config' into 'main'

See merge request isc-projects/bind9!2663


Trivial merge