From a19137611738df2a45857d41b9c957870f807893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Fri, 1 Sep 2023 14:40:55 +0200 Subject: 6d.conf --- prog/6/6d.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prog/6/6d.conf b/prog/6/6d.conf index c6d8756..3af780c 100644 --- a/prog/6/6d.conf +++ b/prog/6/6d.conf @@ -44,6 +44,13 @@ network ### suffix = "6ptr.sijanec.eu" # TTL for generated records and negative caching. ttl = 513 + # Customers with dynamicly assigned subnets may register NS subnet delegations for their subnet or smaller. + # The address preceding the mask defines the host bits of the address inside a delegation subnet that is allowed to request NS delegations. For example ::1/128 would mean 2a01:261:e77:5500::1 would be the only computer in network 2a01:261:e77:5500::/56 that is allowed to request NS delegations. + # The default is ::/128 (single /128 IPv6 addresses are assigned to customers -- no subnet delegations). + # This feature is safe against UDP IPv6 source address spoofing attacks. + delegation = ::/56 + # Lease time for NS or PTR delegations. Set close to your DHCP lease time and try not to exceed the default of 2 days. This does not apply to static definitions. + lease = 172790 } # Another networks definition. -- cgit v1.2.3