use cloudflare pages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2022-05-21 16:32:37 +02:00
parent 5ede6e6d63
commit a8f30e1469

View File

@ -3,13 +3,12 @@ var REG_NONE = NewRegistrar('none', 'NONE');
D("kmlabz.com", REG_NONE, D("kmlabz.com", REG_NONE,
DnsProvider(cloudflare), DnsProvider(cloudflare),
A('git', '152.66.211.211'), A('git', '152.66.211.211'),
A('@', '152.66.211.211'), A('@', '192.0.2.1', CF_PROXY_ON),
AAAA('@', '2001:738:2001:207f:0:211:211:15'),
CNAME('drone', 'webgateway.tormakristof.eu.'), CNAME('drone', 'webgateway.tormakristof.eu.'),
CNAME('nexus', 'webgateway.tormakristof.eu.'), CNAME('nexus', 'webgateway.tormakristof.eu.'),
CNAME('registry', 'webgateway.tormakristof.eu.'), CNAME('registry', 'webgateway.tormakristof.eu.'),
CNAME('swagger', '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('@', 24, 'route1.mx.cloudflare.net.'),
MX('@', 51, 'route2.mx.cloudflare.net.'), MX('@', 51, 'route2.mx.cloudflare.net.'),
MX('@', 6, 'route3.mx.cloudflare.net.'), MX('@', 6, 'route3.mx.cloudflare.net.'),