From 5f0628009cea5f6b1f4df5aed61696b7f7650a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 4 May 2022 20:20:40 +0200 Subject: [PATCH] move guacamole tld --- dnsconfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 67af139..86c4585 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -6,7 +6,6 @@ D("kmlabz.com", REG_NONE, A('@', '152.66.211.211'), AAAA('@', '2001:738:2001:207f:0:211:211:15'), CNAME('drone', 'webgateway.tormakristof.eu.'), - CNAME('guacamole', 'webgateway.tormakristof.eu.'), CNAME('keycloak', 'webgateway.tormakristof.eu.'), CNAME('nexus', 'webgateway.tormakristof.eu.'), CNAME('registry', 'webgateway.tormakristof.eu.'), @@ -43,6 +42,7 @@ 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('zelenka', '2001:738:2001:207f:0:211:42:0'), + CNAME('guacamole', 'webgateway.tormakristof.eu.'), CNAME('bitwarden', 'webgateway.tormakristof.eu.'), CNAME('ip', 'oniel.tormakristof.eu.'), CNAME('nextcloud', 'webgateway.tormakristof.eu.'), @@ -94,4 +94,4 @@ D("csakventillatorok.com", REG_NONE, DnsProvider(cloudflare), TXT('reszelo', 'vesztettem'), TXT('tulajdonos', 'tormakris') -); \ No newline at end of file +);