mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Use stun.moonlight-stream.org for STUN
This commit is contained in:
parent
5a2cfc15a6
commit
f2fdd048c7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue