]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a none parameter to query-source[-v6]
authorColin Vidal <colin@cvidal.org>
Tue, 5 Nov 2024 12:40:55 +0000 (13:40 +0100)
committerColin Vidal <colin@isc.org>
Tue, 26 Nov 2024 07:45:50 +0000 (08:45 +0100)
commitbcf24ca07e289ead00a407136cbaed6b88e59231
tree8ee9a163bd377bbda7a9d2b4451a5a436d842722
parentb2ffa5845b278032521a5cde553578721caef990
Add a none parameter to query-source[-v6]

This change adds a "none" parameter to the query-source[-v6]
options in named.conf, which forbid the usage of IPv4 or IPv6
addresses when doing upstream queries.
27 files changed:
bin/named/server.c
bin/tests/system/Makefile.am
bin/tests/system/checkconf/bad-options-query-source-address-v4-v6.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-query-source-address-v4-none.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-query-source-address-v6-none.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-options-query-source-address-v4-none.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-options-query-source-address-v6-none.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-query-source-address-v4-1.conf
bin/tests/system/checkconf/good-query-source-address-v6-1.conf
bin/tests/system/query-source/ns1/named.conf.in [new file with mode: 0644]
bin/tests/system/query-source/ns1/root.db [new file with mode: 0644]
bin/tests/system/query-source/ns2/named.conf.in [new file with mode: 0644]
bin/tests/system/query-source/ns2/root.hint [new file with mode: 0644]
bin/tests/system/query-source/ns3/named.conf.in [new file with mode: 0644]
bin/tests/system/query-source/ns3/root.hint [new file with mode: 0644]
bin/tests/system/query-source/ns4/named.conf.in [new file with mode: 0644]
bin/tests/system/query-source/ns4/root.hint [new file with mode: 0644]
bin/tests/system/query-source/ns5/named.conf.in [new file with mode: 0644]
bin/tests/system/query-source/ns5/root.hint [new file with mode: 0644]
bin/tests/system/query-source/setup.sh [new file with mode: 0644]
bin/tests/system/query-source/tests_querysource_none.py [new file with mode: 0644]
doc/arm/reference.rst
doc/misc/options
lib/isccfg/check.c
lib/isccfg/namedconf.c
tests/isccfg/Makefile.am
tests/isccfg/grammar_test.c [new file with mode: 0644]