mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-14 11:56:04 +00:00
Switch to using stun.moonlight-stream.org for STUN
This commit is contained in:
@@ -360,7 +360,7 @@ public class ComputerManagerService extends Service {
|
|||||||
// Since we're on the same network, we can use STUN to find
|
// Since we're on the same network, we can use STUN to find
|
||||||
// our WAN address, which is also very likely the WAN address
|
// our WAN address, which is also very likely the WAN address
|
||||||
// of the PC. We can use this later to connect remotely.
|
// of the PC. We can use this later to connect remotely.
|
||||||
fakeDetails.remoteAddress = NvConnection.findExternalAddressForMdns();
|
fakeDetails.remoteAddress = NvConnection.findExternalAddressForMdns("stun.moonlight-stream.org", 3478);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Block while we try to fill the details
|
// Block while we try to fill the details
|
||||||
|
|||||||
Submodule moonlight-common updated: 6bed1cd22e...05f344abbe
Reference in New Issue
Block a user