Fix dyndns
- remove IPv6 configuration - use `freedns.afraid.org` to retrieve IP address
This commit is contained in:
parent
ba2d32e624
commit
fe93c7c863
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@
|
||||||
username = "nouser";
|
username = "nouser";
|
||||||
passwordFile = config.sops.secrets.dyndns-password.path;
|
passwordFile = config.sops.secrets.dyndns-password.path;
|
||||||
domains = [ "fablab-nea" ];
|
domains = [ "fablab-nea" ];
|
||||||
ipv6 = false;
|
use = "web, web=freedns.afraid.org/dynamic/check.php";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue