mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 08:45:39 +00:00
comment on choosing not to switch to ddclient
This commit is contained in:
parent
2a812c1bdb
commit
5b2fef7e01
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user