Use stun.moonlight-stream.org for STUN

This commit is contained in:
Cameron Gutman 2019-01-04 20:16:27 -08:00
parent 5a2cfc15a6
commit f2fdd048c7

View file

@ -611,7 +611,7 @@ private:
// Get the WAN IP address using STUN if we're on mDNS
quint32 addr;
int err = LiFindExternalAddressIP4("stun.stunprotocol.org", 3478, &addr);
int err = LiFindExternalAddressIP4("stun.moonlight-stream.org", 3478, &addr);
if (err == 0) {
newComputer->remoteAddress = QHostAddress(qFromBigEndian(addr)).toString();
}