From 4b2210056b29632e1a5201a54d858a2076c5b43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 9 May 2022 12:33:02 +0200 Subject: [PATCH] update oniel ip --- dnsconfig.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index ee2312f..cdb5033 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -23,9 +23,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.102'), + A('oniel', '5.187.142.187'), A('ssh', '152.66.211.211'), - A('v4.oniel', '188.157.165.102'), + A('v4.oniel', '5.187.142.187'), A('vpn', '152.66.211.211'), A('woolsey', '152.66.211.211'), A('zelenka', '152.66.211.42'), @@ -35,10 +35,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:2083:9800:d250:99ff:feac:5a1c'), + AAAA('oniel', '2001:4c4c:2091:9b00: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:2083:9800:d250:99ff:feac:5a1c'), + AAAA('v6.oniel', '2001:4c4c:2091:9b00: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'),