1
0

hosts/carbon: Remove static IPv6 addressing

This commit is contained in:
2024-08-15 19:40:37 +02:00
parent ae4de7f03a
commit 60376e7688
3 changed files with 12 additions and 5 deletions

View File

@@ -23,7 +23,10 @@
services.radvd.config = ''
interface net-iot {
AdvSendAdvert on;
prefix fd00:152:152:205::/64 {};
prefix ::/64 {
AdvValidLifetime 60;
AdvPreferredLifetime 30;
};
RDNSS fd00:152:152::1 {};
DNSSL iot.clerie.de {};
};