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…
Add table
Add a link
Reference in a new issue