try cloudflare proxy in front of azure
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4bde7957eb
commit
ac58efca7d
10
dnsconfig.js
10
dnsconfig.js
@ -6,12 +6,10 @@ D("kmlabz.com", REG_NONE,
|
|||||||
A('@', '152.66.211.211'),
|
A('@', '152.66.211.211'),
|
||||||
AAAA('@', '2001:738:2001:207f:0:211:211:15'),
|
AAAA('@', '2001:738:2001:207f:0:211:211:15'),
|
||||||
CNAME('drone', 'webgateway.tormakristof.eu.'),
|
CNAME('drone', 'webgateway.tormakristof.eu.'),
|
||||||
CNAME('keycloak', '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', 'webgateway.tormakristof.eu.'),
|
||||||
CNAME('xwiki', 'webgateway.tormakristof.eu.'),
|
|
||||||
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.'),
|
||||||
@ -47,10 +45,10 @@ D("tormakristof.eu", REG_NONE,
|
|||||||
CNAME('nextcloud', 'webgateway.tormakristof.eu.'),
|
CNAME('nextcloud', 'webgateway.tormakristof.eu.'),
|
||||||
CNAME('onielweb', 'v6.oniel.tormakristof.eu.', CF_PROXY_ON),
|
CNAME('onielweb', 'v6.oniel.tormakristof.eu.', CF_PROXY_ON),
|
||||||
CNAME('neko', 'zelenka.tormakristof.eu.'),
|
CNAME('neko', 'zelenka.tormakristof.eu.'),
|
||||||
CNAME('www', 'brave-mushroom-038a3c503.1.azurestaticapps.net.'),
|
CNAME('www', 'brave-mushroom-038a3c503.1.azurestaticapps.net.', CF_PROXY_ON),
|
||||||
CNAME('static', 'icy-island-08b7c5a03.1.azurestaticapps.net.'),
|
CNAME('static', 'icy-island-08b7c5a03.1.azurestaticapps.net.', CF_PROXY_ON),
|
||||||
CNAME('cv', 'delightful-moss-0ef295b03.1.azurestaticapps.net.'),
|
CNAME('cv', 'delightful-moss-0ef295b03.1.azurestaticapps.net.', CF_PROXY_ON),
|
||||||
CNAME('hanyadikhetvan', 'fa-hanyadikhetvan.azurewebsites.net.'),
|
CNAME('hanyadikhetvan', 'fa-hanyadikhetvan.azurewebsites.net.', CF_PROXY_ON),
|
||||||
CNAME('fs', 'webgateway.tormakristof.eu.'),
|
CNAME('fs', 'webgateway.tormakristof.eu.'),
|
||||||
CNAME('certauth.fs','webgateway.tormakristof.eu.'),
|
CNAME('certauth.fs','webgateway.tormakristof.eu.'),
|
||||||
MX('@', 0, 'mail.tormakristof.eu.'),
|
MX('@', 0, 'mail.tormakristof.eu.'),
|
||||||
|
Loading…
Reference in New Issue
Block a user