aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi/build/jitsi-videobridge/jvb_run
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/jitsi/build/jitsi-videobridge/jvb_run')
-rwxr-xr-xcluster/prod/app/jitsi/build/jitsi-videobridge/jvb_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/build/jitsi-videobridge/jvb_run b/cluster/prod/app/jitsi/build/jitsi-videobridge/jvb_run
index 8d595e6..f136eff 100755
--- a/cluster/prod/app/jitsi/build/jitsi-videobridge/jvb_run
+++ b/cluster/prod/app/jitsi/build/jitsi-videobridge/jvb_run
@@ -6,7 +6,7 @@ if [ -z "${JITSI_NAT_LOCAL_IP}" ]; then
fi
if [ -z "${JITSI_NAT_PUBLIC_IP}" ]; then
- JITSI_NAT_PUBLIC_IP=$(curl https://ifconfig.me)
+ JITSI_NAT_PUBLIC_IP=$(curl -4 https://ifconfig.me)
fi
echo "NAT config: ${JITSI_NAT_LOCAL_IP} -> ${JITSI_NAT_PUBLIC_IP}"