Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Also edns-udp-size.



details:   https://anonhg.NetBSD.org/src/rev/c86aabc1b64c
branches:  trunk
changeset: 944806:c86aabc1b64c
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Sun Oct 11 22:14:55 2020 +0000

description:
Also edns-udp-size.

diffstat:

 etc/named.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1a37df212a4 -r c86aabc1b64c etc/named.conf
--- a/etc/named.conf    Sun Oct 11 22:11:36 2020 +0000
+++ b/etc/named.conf    Sun Oct 11 22:14:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: named.conf,v 1.9 2020/10/11 22:11:36 jnemeth Exp $
+# $NetBSD: named.conf,v 1.10 2020/10/11 22:14:55 jnemeth Exp $
 
 # boot file for secondary name server
 # Note that there should be one primary entry for each SOA record.
@@ -16,6 +16,7 @@
        bindkeys-file "bind.keys";
        allow-recursion { localhost; localnets; };
        max-udp-size 1220;
+       edns-udp-size 1220;
 
        #
        # This forces all queries to come from port 53; might be



Home | Main Index | Thread Index | Old Index