feat(ddclient): disable ipv6

This commit is contained in:
Jacob Bachmann 2024-09-09 18:34:38 +02:00
parent b08fb0c4b3
commit d38cec8d9a
No known key found for this signature in database
GPG key ID: 7753026D577922A6

View file

@ -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";