mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
fix FSCORE-141
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8792 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user