dns: only notify over IPv6 which has no nating

This commit is contained in:
Sandro - 2024-04-25 20:07:30 +02:00
parent a49408c480
commit 5e96baf278
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ in
inherit via;
} {
id = "ns1.supersandro.de";
address = [ "188.34.196.104" "2a01:4f8:1c1c:1d38::1" ];
address = [ /*"188.34.196.104"*/ "2a01:4f8:1c1c:1d38::1" ];
inherit via;
}
];