Fix dyndns

- remove IPv6 configuration
- use `freedns.afraid.org` to retrieve IP address
This commit is contained in:
Jakob Lechner 2024-03-06 22:09:24 +00:00
parent ba2d32e624
commit fe93c7c863

View file

@ -11,6 +11,6 @@
username = "nouser";
passwordFile = config.sops.secrets.dyndns-password.path;
domains = [ "fablab-nea" ];
ipv6 = false;
use = "web, web=freedns.afraid.org/dynamic/check.php";
};
}