Enable ipv6 querying for cloudflare-dyndns
This commit is contained in:
parent
1163c273ac
commit
a0008c99e6
1 changed files with 2 additions and 0 deletions
|
@ -856,6 +856,8 @@
|
||||||
cloudflare-dyndns = {
|
cloudflare-dyndns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
apiTokenFile = "/etc/secrets/cloudflare-dyndns.env";
|
apiTokenFile = "/etc/secrets/cloudflare-dyndns.env";
|
||||||
|
ipv4 = true;
|
||||||
|
ipv6 = true;
|
||||||
domains = [
|
domains = [
|
||||||
"catnip.ee"
|
"catnip.ee"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue