|
@@ -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 "------------------------------------------------"
|