feat(ddclient): disable ipv6
This commit is contained in:
parent
b08fb0c4b3
commit
d38cec8d9a
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
|||
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
use = "web, web=ifconfig.me/";
|
||||
use = "web, web=ifconfig.me";
|
||||
extraConfig = ''
|
||||
usev4=webv4, webv4=ifconfig.me
|
||||
usev6=disabled
|
||||
'';
|
||||
protocol = "namecheap";
|
||||
server = "dynamicdns.park-your-domain.com";
|
||||
username = "dryb.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue