feat: change some ddns-updater settings.
This commit is contained in:
parent
6dd2a65770
commit
a3389dc350
1 changed files with 3 additions and 1 deletions
|
|
@ -95,7 +95,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
environment = {
|
environment = {
|
||||||
RESOLVER_ADDRESS = "127.0.0.1:53";
|
RESOLVER_ADDRESS = "127.0.0.1:53";
|
||||||
PERIOD = "30s";
|
PERIOD = "2m30s";
|
||||||
|
PUBLICIP_DNS_TIMEOUT = "10s";
|
||||||
|
TZ = "Europe/Zagreb";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue