Ddns: Enable ipv6.

This commit is contained in:
Dmitry Voronin 2024-11-30 22:47:54 +03:00
parent e9aa99f7b2
commit 6e6371754e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -37,7 +37,7 @@ in {
apiTokenFile = "/data/token";
deleteMissing = false;
ipv4 = true;
ipv6 = false;
ipv6 = true;
proxied = false;
domains = let
domain = config.container.domain;