From c752360872082b678df18f42bc8e84c301d53312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 5 Mar 2023 23:02:51 +0100 Subject: [PATCH] use cloudflare to redirect to www --- dnsconfig.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 233f51c..222ba71 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -25,9 +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('@', '152.66.211.211'), + A('@', '192.0.2.1', CF_PROXY_ON), AAAA('webgateway', '2001:738:2001:207f:0:211:211:15'), - AAAA('@', '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'), AAAA('session', '2001:738:2001:207f:0:211:215:9'),