From b931638e869d8c4d2d8b672209ab8d1e0edc5ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 28 Dec 2023 13:40:32 +0100 Subject: [PATCH] add the rest of the services to cloudflare --- dnsconfig.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 17ea9dd..52e252e 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -35,9 +35,8 @@ D("tormakristof.eu", REG_NONE, AAAA('vpn', '2001:738:2001:207f:0:211:211:23'), AAAA('woolsey', '2001:738:2001:207f:0:211:211:0'), AAAA('natgw', '2001:738:2001:207f:0:211:42:0'), - AAAA('ssh.plex','2001:738:2001:207f:0:211:211:31'), - CNAME('guacamole', 'webgateway.tormakristof.eu.'), - CNAME('bitwarden', 'webgateway.tormakristof.eu.'), + CNAME('guacamole', 'webgateway.tormakristof.eu.', CF_PROXY_ON), + CNAME('bitwarden', 'webgateway.tormakristof.eu.', CF_PROXY_ON), CNAME('ip', 'oniel.tormakristof.eu.'), CNAME('nextcloud', 'webgateway.tormakristof.eu.', CF_PROXY_ON), CNAME('matrix', 'webgateway.tormakristof.eu.', CF_PROXY_ON),