summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-09-01 14:40:55 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2023-09-01 14:40:55 +0200
commita19137611738df2a45857d41b9c957870f807893 (patch)
tree61b5ae5abce2d08a72ff3b11604036a50224fc79
parentsuffix parsing and config printing works (diff)
downloadr-a19137611738df2a45857d41b9c957870f807893.tar
r-a19137611738df2a45857d41b9c957870f807893.tar.gz
r-a19137611738df2a45857d41b9c957870f807893.tar.bz2
r-a19137611738df2a45857d41b9c957870f807893.tar.lz
r-a19137611738df2a45857d41b9c957870f807893.tar.xz
r-a19137611738df2a45857d41b9c957870f807893.tar.zst
r-a19137611738df2a45857d41b9c957870f807893.zip
-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.