mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 23:35:27 +00:00
Use stun.moonlight-stream.org for STUN
This commit is contained in:
parent
ef59e2858b
commit
cd4adae22b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user