update @
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2023-08-24 19:41:22 +02:00
parent ad5079d30b
commit af4241ea45
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ var cloudflare = NewDnsProvider("cloudflare", "CLOUDFLAREAPI");
var REG_NONE = NewRegistrar('none', 'NONE');
D("kmlabz.com", REG_NONE,
DnsProvider(cloudflare),
A('git', '152.66.211.211'),
A('git', '152.66.211.42'),
A('@', '192.0.2.1', CF_PROXY_ON),
CNAME('drone', 'webgateway.tormakristof.eu.'),
CNAME('nexus', 'webgateway.tormakristof.eu.'),
@ -25,7 +25,7 @@ D("tormakristof.eu", REG_NONE,
A('vpn', '152.66.211.211'),
A('woolsey', '152.66.211.211'),
A('zelenka', '152.66.211.42'),
A('@', '152.66.211.211'),
A('@', '152.66.211.42'),
AAAA('@', '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'),