mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-04-09 17:26:03 +00:00
Use stun.moonlight-stream.org for STUN
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user