mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Use stun.moonlight-stream.org for STUN
This commit is contained in:
@@ -611,7 +611,7 @@ private:
|
|||||||
|
|
||||||
// Get the WAN IP address using STUN if we're on mDNS
|
// Get the WAN IP address using STUN if we're on mDNS
|
||||||
quint32 addr;
|
quint32 addr;
|
||||||
int err = LiFindExternalAddressIP4("stun.stunprotocol.org", 3478, &addr);
|
int err = LiFindExternalAddressIP4("stun.moonlight-stream.org", 3478, &addr);
|
||||||
if (err == 0) {
|
if (err == 0) {
|
||||||
newComputer->remoteAddress = QHostAddress(qFromBigEndian(addr)).toString();
|
newComputer->remoteAddress = QHostAddress(qFromBigEndian(addr)).toString();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user