From a8f30e14696fa64a726c59f809854ec1125795f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 21 May 2022 16:32:37 +0200 Subject: [PATCH] use cloudflare pages --- dnsconfig.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index fe22266..e246749 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -3,13 +3,12 @@ var REG_NONE = NewRegistrar('none', 'NONE'); D("kmlabz.com", REG_NONE, DnsProvider(cloudflare), A('git', '152.66.211.211'), - A('@', '152.66.211.211'), - AAAA('@', '2001:738:2001:207f:0:211:211:15'), + A('@', '192.0.2.1', CF_PROXY_ON), CNAME('drone', 'webgateway.tormakristof.eu.'), CNAME('nexus', 'webgateway.tormakristof.eu.'), CNAME('registry', 'webgateway.tormakristof.eu.'), CNAME('swagger', 'webgateway.tormakristof.eu.'), - CNAME('www', 'webgateway.tormakristof.eu.'), + CNAME('www', 'kmlabz-homepage.pages.dev.'), MX('@', 24, 'route1.mx.cloudflare.net.'), MX('@', 51, 'route2.mx.cloudflare.net.'), MX('@', 6, 'route3.mx.cloudflare.net.'),