remove tech specific domain of web gateway
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2022-04-25 10:49:40 +02:00
parent 36e4bc1f24
commit 8ed3d1932e

View File

@ -7,21 +7,21 @@ D("kmlabz.com", REG_MONITOR,
A('@', '152.66.211.211'),
AAAA('@', '2001:738:2001:207f:0:211:211:15'),
IGNORE_NAME("\\*.k8s"),
CNAME('drone', 'apache.tormakristof.eu.'),
CNAME('guacamole', 'apache.tormakristof.eu.'),
CNAME('keycloak', 'apache.tormakristof.eu.'),
CNAME('nexus', 'apache.tormakristof.eu.'),
CNAME('registry', 'apache.tormakristof.eu.'),
CNAME('swagger', 'apache.tormakristof.eu.'),
CNAME('www', 'apache.tormakristof.eu.'),
CNAME('xwiki', 'apache.tormakristof.eu.'),
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.'),
CNAME('swagger', 'webgateway.tormakristof.eu.'),
CNAME('www', 'webgateway.tormakristof.eu.'),
CNAME('xwiki', 'webgateway.tormakristof.eu.'),
TXT('@', 'google-site-verification=cg0LE20BEX78s7fbbuYmDxslaHxJTVra5vBFehxsujk'),
TXT('@', 'v=spf1 include:u3682008.wl009.sendgrid.net -all', TTL(3600)),
TXT('_dmarc', 'v=DMARC1; p=reject; pct=25; rua=mailto:tormakristof@tormakristof.eu.;')
);
D("tormakristof.eu", REG_MONITOR,
DnsProvider(cloudflare),
A('apache', '152.66.211.211'),
A('webgateway', '152.66.211.211'),
A('mckay', '152.66.211.215'),
A('oniel', '188.157.165.102'),
A('ssh', '152.66.211.211'),
@ -33,7 +33,7 @@ D("tormakristof.eu", REG_MONITOR,
A('mail', '152.66.211.211'),
AAAA('mail', '2001:738:2001:207f:0:211:211:5'),
AAAA('@', '2001:738:2001:207f:0:211:211:15'),
AAAA('apache', '2001:738:2001:207f:0:211:211:15'),
AAAA('webgateway', '2001:738:2001:207f:0:211:211:15'),
AAAA('mckay', '2001:738:2001:207f:0:211:215:0'),
AAAA('oniel', '2001:4c4c:2083:9800:d250:99ff:feac:5a1c'),
AAAA('session', '2001:738:2001:207f:0:211:215:9'),
@ -42,10 +42,9 @@ D("tormakristof.eu", REG_MONITOR,
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('bitwarden', 'apache.tormakristof.eu.'),
CNAME('bitwarden', 'webgateway.tormakristof.eu.'),
CNAME('ip', 'oniel.tormakristof.eu.'),
CNAME('lyncdiscover', 'webdir.online.lync.com.'),
CNAME('nextcloud', 'apache.tormakristof.eu.'),
CNAME('nextcloud', 'webgateway.tormakristof.eu.'),
CNAME('onielweb', 'v6.oniel.tormakristof.eu.', CF_PROXY_ON),
CNAME('neko', 'zelenka.tormakristof.eu.'),
CNAME('www', 'brave-mushroom-038a3c503.1.azurestaticapps.net.'),