Explorar el Código

debian,turn: fix getting an external ip in IPv6 enabled networks

j8
lorddavidiii hace 5 años
padre
commit
6ddac3bddf
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      debian/jitsi-meet-turnserver.postinst

+ 1
- 1
debian/jitsi-meet-turnserver.postinst Ver fichero

@@ -106,7 +106,7 @@ case "$1" in
106 106
         TURN_SECRET="$RET"
107 107
 
108 108
         # no turn config exists, lt's copy template and fill it in
109
-        PUBLIC_IP=$(dig +short myip.opendns.com @resolver1.opendns.com) || true
109
+        PUBLIC_IP=$(dig -4 +short myip.opendns.com a @resolver1.opendns.com) || true
110 110
         if [ -z "$PUBLIC_IP" ] ; then
111 111
             PUBLIC_IP="127.0.0.1"
112 112
             echo "------------------------------------------------"

Loading…
Cancelar
Guardar