root at cloudflare
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2022-05-16 17:42:33 +02:00
parent 4b2210056b
commit 2a5ce2f6bc

View File

@ -29,10 +29,9 @@ D("tormakristof.eu", REG_NONE,
A('vpn', '152.66.211.211'), A('vpn', '152.66.211.211'),
A('woolsey', '152.66.211.211'), A('woolsey', '152.66.211.211'),
A('zelenka', '152.66.211.42'), A('zelenka', '152.66.211.42'),
A('@', '152.66.211.211'), A('@', '192.0.2.1', CF_PROXY_ON),
A('mail', '152.66.211.211'), A('mail', '152.66.211.211'),
AAAA('mail', '2001:738:2001:207f:0:211:211:5'), AAAA('mail', '2001:738:2001:207f:0:211:211:5'),
AAAA('@', '2001:738:2001:207f:0:211:211:15'),
AAAA('webgateway', '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('mckay', '2001:738:2001:207f:0:211:215:0'),
AAAA('oniel', '2001:4c4c:2091:9b00:d250:99ff:feac:5a1c'), AAAA('oniel', '2001:4c4c:2091:9b00:d250:99ff:feac:5a1c'),
@ -62,8 +61,7 @@ D("tormakristof.eu", REG_NONE,
D("torma.xyz", REG_NONE, D("torma.xyz", REG_NONE,
DnsProvider(cloudflare), DnsProvider(cloudflare),
DefaultTTL(3600), DefaultTTL(3600),
A('@', '152.66.211.211', TTL(300)), A('@', '192.0.2.1', CF_PROXY_ON),
AAAA('@', '2001:738:2001:207f:0:211:211:15', TTL(300)),
MX('@', 10, 'mx01.mail.icloud.com.'), MX('@', 10, 'mx01.mail.icloud.com.'),
MX('@', 10, 'mx02.mail.icloud.com.'), MX('@', 10, 'mx02.mail.icloud.com.'),
CNAME('sig1._domainkey', 'sig1.dkim.torma.xyz.at.icloudmailadmin.com.'), CNAME('sig1._domainkey', 'sig1.dkim.torma.xyz.at.icloudmailadmin.com.'),
@ -73,8 +71,7 @@ D("torma.xyz", REG_NONE,
D("tormakris.dev", REG_NONE, D("tormakris.dev", REG_NONE,
DnsProvider(cloudflare), DnsProvider(cloudflare),
DefaultTTL(3600), DefaultTTL(3600),
A('@', '152.66.211.211', TTL(300)), A('@', '192.0.2.1', CF_PROXY_ON),
AAAA('@', '2001:738:2001:207f:0:211:211:15', TTL(300)),
MX('@', 1, 'ASPMX.L.GOOGLE.COM.'), MX('@', 1, 'ASPMX.L.GOOGLE.COM.'),
MX('@', 5, 'ALT1.ASPMX.L.GOOGLE.COM.'), MX('@', 5, 'ALT1.ASPMX.L.GOOGLE.COM.'),
MX('@', 5, 'ALT2.ASPMX.L.GOOGLE.COM.'), MX('@', 5, 'ALT2.ASPMX.L.GOOGLE.COM.'),