feat(tyr): fix ddns issue.

This commit is contained in:
CronyAkatsuki 2025-11-15 20:10:05 +01:00
parent 832c4bbd2e
commit 5fc906c0d8
2 changed files with 7 additions and 1 deletions

View file

@ -87,7 +87,13 @@
};
# Setup ddns-updater
services.ddns-updater.enable = true;
services.ddns-updater = {
enable = true;
environment = {
RESOLVER_ADDRESS = "127.0.0.1:53";
PERIOD = "30s";
};
};
services.traefik.dynamicConfigOptions.http = {
services.ddns.loadBalancer.servers = [

Binary file not shown.