fix FSCORE-141
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8792 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9bc2dccc0a
commit
4795ffc622
@ -693,7 +693,7 @@ SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int fam
|
||||
base = "82.45.148.209";
|
||||
break;
|
||||
case AF_INET6:
|
||||
base = "52.2d.94.d1";
|
||||
base = "2001:503:BA3E::2:30"; // DNS Root server A
|
||||
break;
|
||||
default:
|
||||
base = "127.0.0.1";
|
||||
|
Loading…
Reference in New Issue
Block a user