From e9794349701b6b844e3ba2d918d96227f6410b2f Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 4 Apr 2021 19:15:29 +0200 Subject: [PATCH] Fix Jitsi's IP address --- app/jitsi/deploy/jitsi.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index 87ba81f..a06cf73 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -218,7 +218,7 @@ EOF # Our container can autodetect the public IP with the ifconfig.me service # However we would like to avoid relying on a 3rd party service for production use # That's why I am setting the public IP address statically here VVVV - JITSI_NAT_PUBLIC_IP = "78.197.205.190" + JITSI_NAT_PUBLIC_IP = "82.64.119.240" } template {