head	1.1;
branch	1.1.1;
access;
symbols
	bind-9-20-27:1.1.1.1
	netbsd-11-0-RELEASE:1.1.1.1
	netbsd-11-0-RC7:1.1.1.1
	netbsd-11-0-RC6:1.1.1.1
	bind-9-20-24:1.1.1.1
	netbsd-11-0-RC5:1.1.1.1
	bind-9-20-23:1.1.1.1
	netbsd-11-0-RC4:1.1.1.1
	bind-9-20-22:1.1.1.1
	netbsd-11-0-RC3:1.1.1.1
	netbsd-11-0-RC2:1.1.1.1
	netbsd-11-0-RC1:1.1.1.1
	bind-9-20-18:1.1.1.1
	perseant-exfatfs:1.1.1.1.0.4
	perseant-exfatfs-base-20250801:1.1.1.1
	netbsd-11:1.1.1.1.0.2
	netbsd-11-base:1.1.1.1
	bind-9-20-11:1.1.1.1
	bind-9-20-9:1.1.1.1
	ISC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2025.05.21.14.40.11;	author christos;	state Exp;
branches
	1.1.1.1;
next	;
commitid	csRkXNcrR2HgCMVF;

1.1.1.1
date	2025.05.21.14.40.11;	author christos;	state Exp;
branches
	1.1.1.1.4.1;
next	;
commitid	csRkXNcrR2HgCMVF;

1.1.1.1.4.1
date	2025.05.21.14.40.11;	author perseant;	state dead;
branches;
next	1.1.1.1.4.2;
commitid	23j6GFaDws3O875G;

1.1.1.1.4.2
date	2025.08.02.05.51.17;	author perseant;	state Exp;
branches;
next	;
commitid	23j6GFaDws3O875G;


desc
@@


1.1
log
@Initial revision
@
text
@/*
 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 *
 * SPDX-License-Identifier: MPL-2.0
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0.  If a copy of the MPL was not distributed with this
 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
 *
 * See the COPYRIGHT file distributed with this work for additional
 * information regarding copyright ownership.
 */

key example {
	algorithm hmac-sha256;
	secret "aaaaaaaaaaaaaaaaaaaaaaaa";
};

server 0.0.0.0 {
	bogus no;
	edns no;
	edns-udp-size 512;
	edns-version 0;
	keys example;
	max-udp-size 512;
	notify-source 0.0.0.0;
	padding 512;
	provide-ixfr no;
	query-source 0.0.0.0;
	request-expire no;
	request-ixfr no;
	request-nsid no;
	require-cookie no;
	send-cookie no;
	tcp-keepalive no;
	tcp-only no;
	transfer-format one-answer;
	transfer-source 0.0.0.0;
	transfers 1;
};

server :: {
	bogus no;
	edns no;
	edns-udp-size 512;
	edns-version 0;
	keys example;
	max-udp-size 512;
	notify-source-v6 ::;
	padding 512;
	provide-ixfr no;
	query-source-v6 ::;
	request-expire no;
	request-ixfr no;
	request-nsid no;
	require-cookie no;
	send-cookie no;
	tcp-keepalive no;
	tcp-only no;
	transfer-format one-answer;
	transfer-source-v6 ::;
	transfers 1;
};
@


1.1.1.1
log
@Import 9.20.9 (previous was 9.20.4)
A complete list of changes is (too voluminous to list here):
https://downloads.isc.org/isc/bind9/cur/9.20/doc/arm/html/changelog.html

Security fixes:
[CVE-2025-40775] Prevent assertion when processing TSIG algorithm.
[CVE-2024-12705] DNS-over-HTTP(s) flooding fixes.
[CVE-2024-11187] Limit the additional processing for large RDATA sets.
@
text
@@


1.1.1.1.4.1
log
@file good-server-christmas-tree.conf was added on branch perseant-exfatfs on 2025-08-02 05:51:17 +0000
@
text
@d1 63
@


1.1.1.1.4.2
log
@Sync with HEAD
@
text
@a0 63
/*
 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 *
 * SPDX-License-Identifier: MPL-2.0
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0.  If a copy of the MPL was not distributed with this
 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
 *
 * See the COPYRIGHT file distributed with this work for additional
 * information regarding copyright ownership.
 */

key example {
	algorithm hmac-sha256;
	secret "aaaaaaaaaaaaaaaaaaaaaaaa";
};

server 0.0.0.0 {
	bogus no;
	edns no;
	edns-udp-size 512;
	edns-version 0;
	keys example;
	max-udp-size 512;
	notify-source 0.0.0.0;
	padding 512;
	provide-ixfr no;
	query-source 0.0.0.0;
	request-expire no;
	request-ixfr no;
	request-nsid no;
	require-cookie no;
	send-cookie no;
	tcp-keepalive no;
	tcp-only no;
	transfer-format one-answer;
	transfer-source 0.0.0.0;
	transfers 1;
};

server :: {
	bogus no;
	edns no;
	edns-udp-size 512;
	edns-version 0;
	keys example;
	max-udp-size 512;
	notify-source-v6 ::;
	padding 512;
	provide-ixfr no;
	query-source-v6 ::;
	request-expire no;
	request-ixfr no;
	request-nsid no;
	require-cookie no;
	send-cookie no;
	tcp-keepalive no;
	tcp-only no;
	transfer-format one-answer;
	transfer-source-v6 ::;
	transfers 1;
};
@


