From e45f9a901d53c5410bef2bd3dbb74e18aafbe993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 29 Mar 2023 00:16:48 +0200 Subject: [PATCH] update telememe --- dnsconfig.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index b93ea78..1dbb3dc 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -19,9 +19,9 @@ D("tormakristof.eu", REG_NONE, DnsProvider(cloudflare), A('webgateway', '152.66.211.211'), A('mckay', '152.66.211.215'), - A('oniel', '188.157.165.41'), + A('oniel', '84.3.214.228'), A('ssh', '152.66.211.211'), - A('v4.oniel', '188.157.165.41'), + A('v4.oniel', '84.3.214.228'), A('vpn', '152.66.211.211'), A('woolsey', '152.66.211.211'), A('zelenka', '152.66.211.42'), @@ -29,10 +29,10 @@ D("tormakristof.eu", REG_NONE, 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:2093:400:d250:99ff:feac:5a1c'), + AAAA('oniel', '2001:4c4c:2086:d000:d250:99ff:feac:5a1c'), AAAA('session', '2001:738:2001:207f:0:211:215:9'), AAAA('ssh', '2001:738:2001:207f:0:211:211:11'), - AAAA('v6.oniel', '2001:4c4c:2093:400:d250:99ff:feac:5a1c'), + 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('zelenka', '2001:738:2001:207f:0:211:42:0'),