Server/ddclient: update options
This commit is contained in:
parent
581f281950
commit
a6a4f594cf
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ in {
|
||||||
|
|
||||||
services.ddclient = {
|
services.ddclient = {
|
||||||
enable = true;
|
enable = true;
|
||||||
use = "web, web=dynamicdns.park-your-domain.com/getip";
|
usev4 = "webv4, webv4=dynamicdns.park-your-domain.com/getip";
|
||||||
|
usev6 = "";
|
||||||
protocol = "namecheap";
|
protocol = "namecheap";
|
||||||
server = "dynamicdns.park-your-domain.com";
|
server = "dynamicdns.park-your-domain.com";
|
||||||
username = "toast003.xyz";
|
username = "toast003.xyz";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue