remove all AAAA records
This commit is contained in:
parent
075c7585dc
commit
16cd63b958
11
dnsconfig.js
11
dnsconfig.js
@ -18,24 +18,13 @@ D("kmlabz.com", REG_NONE,
|
|||||||
D("tormakristof.eu", REG_NONE,
|
D("tormakristof.eu", REG_NONE,
|
||||||
DnsProvider(cloudflare),
|
DnsProvider(cloudflare),
|
||||||
A('webgateway', '152.66.211.42'),
|
A('webgateway', '152.66.211.42'),
|
||||||
A('mckay', '152.66.211.215'),
|
|
||||||
A('oniel', '84.3.214.228'),
|
A('oniel', '84.3.214.228'),
|
||||||
A('ssh', '152.66.211.42'),
|
A('ssh', '152.66.211.42'),
|
||||||
A('v4.oniel', '84.3.214.228'),
|
A('v4.oniel', '84.3.214.228'),
|
||||||
A('vpn', '152.66.211.42'),
|
A('vpn', '152.66.211.42'),
|
||||||
A('woolsey', '152.66.211.211'),
|
|
||||||
A('natgw', '152.66.211.42'),
|
A('natgw', '152.66.211.42'),
|
||||||
A('neko', '152.66.211.42'),
|
A('neko', '152.66.211.42'),
|
||||||
A('@', '192.0.2.1', CF_PROXY_ON),
|
A('@', '192.0.2.1', CF_PROXY_ON),
|
||||||
AAAA('webgateway', '2001:738:2001:207f:0:211:211:15'),
|
|
||||||
AAAA('mckay', '2001:738:2001:207f:0:211:215:0'),
|
|
||||||
AAAA('oniel', '2001:4c4c:2086:d000:d250:99ff:feac:5a1c'),
|
|
||||||
AAAA('ssh', '2001:738:2001:207f:0:211:211:11'),
|
|
||||||
AAAA('v6.oniel', '2001:4c4c:2086:d000:d250:99ff:feac:5a1c'),
|
|
||||||
AAAA('vpn', '2001:738:2001:207f:0:211:211:23'),
|
|
||||||
AAAA('woolsey', '2001:738:2001:207f:0:211:211:0'),
|
|
||||||
AAAA('natgw', '2001:738:2001:207f:0:211:42:0'),
|
|
||||||
AAAA('scp.plex', '2001:738:2001:207f:0:211:211:31'),
|
|
||||||
CNAME('guacamole', 'webgateway.tormakristof.eu.', CF_PROXY_ON),
|
CNAME('guacamole', 'webgateway.tormakristof.eu.', CF_PROXY_ON),
|
||||||
CNAME('bitwarden', 'webgateway.tormakristof.eu.', CF_PROXY_ON),
|
CNAME('bitwarden', 'webgateway.tormakristof.eu.', CF_PROXY_ON),
|
||||||
CNAME('ip', 'oniel.tormakristof.eu.'),
|
CNAME('ip', 'oniel.tormakristof.eu.'),
|
||||||
|
Loading…
Reference in New Issue
Block a user