mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ddclient): use config changes
This commit is contained in:
parent
691ffc1797
commit
f85e117878
1 changed files with 1 additions and 2 deletions
|
|
@ -13,9 +13,8 @@ in {
|
|||
username = mkDefault "token";
|
||||
protocol = mkDefault "cloudflare";
|
||||
zone = mkDefault config.networking.domain;
|
||||
use = "no";
|
||||
usev6 = mkIf config.networking.enableIPv6 (mkDefault "webv6, webv6=https://ipv6.nsupdate.info/myip");
|
||||
usev4 = mkDefault "webv4, webv6=https://ipv6.nsupdate.info/myip";
|
||||
usev4 = mkDefault "webv4, webv4=https://ipv4.nsupdate.info/myip";
|
||||
domains = [];
|
||||
extraConfig = ''
|
||||
max-interval=1d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue