mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 10:32:43 +00:00
Switch to using stun.moonlight-stream.org for STUN
This commit is contained in:
parent
814964a100
commit
ff0f54d541
@ -360,7 +360,7 @@ public class ComputerManagerService extends Service {
|
||||
// Since we're on the same network, we can use STUN to find
|
||||
// our WAN address, which is also very likely the WAN address
|
||||
// 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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6bed1cd22e63e44c63fc37a55b10e33aeabb7892
|
||||
Subproject commit 05f344abbe22c30dfff9fed94fc05ff995057af7
|
Loading…
x
Reference in New Issue
Block a user