From f98478eb5b2a402f0da152ae849be1257eea0ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 5 Mar 2023 23:06:35 +0100 Subject: [PATCH] forgot that I cannot do the redirect at cloudflare --- dnsconfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index 222ba71..e0db208 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -25,7 +25,8 @@ D("tormakristof.eu", REG_NONE, A('vpn', '152.66.211.211'), A('woolsey', '152.66.211.211'), A('zelenka', '152.66.211.42'), - A('@', '192.0.2.1', CF_PROXY_ON), + A('@', '152.66.211.211'), + 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'), AAAA('oniel', '2001:4c4c:2091:9b00:d250:99ff:feac:5a1c'),