summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--prog/6/6d.conf7
1 files changed, 7 insertions, 0 deletions
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.