]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitf6148f66d41667586f8f7dbaf2fb33dab80fb195
treef426d7c540e9f548d3853ab7e63dde87b42311ce
parent84f36f4dcec6f69bd4330f4467d7dbe493464e00
parentc5ebe5eb0aae8cb996c3fdc3b38c7ad45ab7af29
chg: dev: Use default listening rules from config.c string

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