fix FSCORE-141

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8792 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-06-10 17:54:27 +00:00
parent 9bc2dccc0a
commit 4795ffc622

View File

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