diff options
Diffstat (limited to 'tf/cloudflare/dns.nix')
| -rw-r--r-- | tf/cloudflare/dns.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tf/cloudflare/dns.nix b/tf/cloudflare/dns.nix index 9618019..9598b71 100644 --- a/tf/cloudflare/dns.nix +++ b/tf/cloudflare/dns.nix @@ -31,6 +31,11 @@ in { type = "CNAME"; }; + cache = { + value = atlas_tunnel; + type = "CNAME"; + }; + miniflux = { value = atlas_tunnel; type = "CNAME"; |
