comment on choosing not to switch to ddclient

This commit is contained in:
Noah Masur 2024-08-07 22:57:31 -04:00
parent 2a812c1bdb
commit 5b2fef7e01
No known key found for this signature in database

View File

@ -116,6 +116,9 @@ in
[ "127.0.0.1" ] ++ cloudflareIpRanges
);
# Using dyn-dns instead of ddclient because I can't find a way to choose
# between proxied and non-proxied records for Cloudflare using just
# ddclient.
services.cloudflare-dyndns =
lib.mkIf ((builtins.length config.services.cloudflare-dyndns.domains) > 0)
{