diff --git a/mist/stun.cpp b/mist/stun.cpp index e17e382..b8ffc3b 100644 --- a/mist/stun.cpp +++ b/mist/stun.cpp @@ -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;