From 37a4fdcbd7bea01f802e2acfff8dec1254c66900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 30 Dec 2022 17:20:32 +0100 Subject: [PATCH] jitsi ipv4 only, thanks NAT --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index 8a17f9f..b90d1d4 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -26,6 +26,7 @@ D("tormakristof.eu", REG_NONE, A('vpn', '152.66.211.211'), A('woolsey', '152.66.211.211'), A('zelenka', '152.66.211.42'), + A('jitsi', '152.66.211.211'), A('@', '152.66.211.211'), AAAA('webgateway', '2001:738:2001:207f:0:211:211:15'), AAAA('@', '2001:738:2001:207f:0:211:211:15'), @@ -57,7 +58,6 @@ D("tormakristof.eu", REG_NONE, CNAME('grafana','webgateway.tormakristof.eu.'), CNAME('yt', 'webgateway.tormakristof.eu.'), CNAME('mastodon', 'webgateway.tormakristof.eu.'), - CNAME('jitsi', 'webgateway.tormakristof.eu.'), CNAME('speedtest', 'webgateway.tormakristof.eu.'), CNAME('turn', 'zelenka.tormakristof.eu.'), CNAME('autodiscover', 'autodiscover.outlook.com.'),