Use stun.moonlight-stream.org for STUN

This commit is contained in:
Cameron Gutman 2019-01-04 19:17:31 -08:00
parent ef59e2858b
commit cd4adae22b

View File

@ -61,7 +61,7 @@ bool getExternalAddressPortIP4(int proto, unsigned short localPort, PSOCKADDR_IN
char buf[1024];
} resp;
host = gethostbyname("stun.stunprotocol.org");
host = gethostbyname("stun.moonlight-stream.org");
if (host == nullptr) {
printf("gethostbyname() failed: %d\n", WSAGetLastError());
return false;