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.'),