mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
comment on choosing not to switch to ddclient
This commit is contained in:
@ -116,6 +116,9 @@ in
|
|||||||
[ "127.0.0.1" ] ++ cloudflareIpRanges
|
[ "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 =
|
services.cloudflare-dyndns =
|
||||||
lib.mkIf ((builtins.length config.services.cloudflare-dyndns.domains) > 0)
|
lib.mkIf ((builtins.length config.services.cloudflare-dyndns.domains) > 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user