Migrate DynDNS provider to DuckDNS
This commit is contained in:
parent
1904113f01
commit
27b3cf0933
|
@ -9,25 +9,9 @@
|
|||
services.ddclient = {
|
||||
enable = true;
|
||||
quiet = true;
|
||||
use = "cmd, cmd='/run/current-system/sw/bin/curl https://checkipv4.dedyn.io/'";
|
||||
server = "update.dedyn.io";
|
||||
extraConfig = "
|
||||
login=coolneng.dedyn.io\n
|
||||
password='5320e326cf0564e10703e16ef38644da161f195a'\n
|
||||
coolneng.dedyn.io\n
|
||||
\n
|
||||
login=rehiwi.dedyn.io\n
|
||||
password='b05f777b8ca7193f5054a308c3cf396e73c2fb69'\n
|
||||
rehiwi.dedyn.io\n
|
||||
\n
|
||||
login=nujabes.dedyn.io\n
|
||||
password='IVstfQqFT8mDT9-CXsVS-nbv36rY'\n
|
||||
nujabes.dedyn.io\n
|
||||
\n
|
||||
login=methyl.dedyn.io\n
|
||||
password='vQ0S5dSWCwsO4LUSlVWqkZ2LDYD8'\n
|
||||
methyl.dedyn.io\n
|
||||
";
|
||||
protocol = "duckdns";
|
||||
domains = [ "coolneng.duckdns.org" ];
|
||||
password = "7eebec3b-945a-4ab5-a6d4-e3a8e2eee4eb";
|
||||
};
|
||||
|
||||
# Firewall configuration
|
||||
|
|
Loading…
Reference in New Issue