Switch to using stun.moonlight-stream.org for STUN

This commit is contained in:
Cameron Gutman 2019-01-04 18:05:28 -08:00
parent 814964a100
commit ff0f54d541
2 changed files with 2 additions and 2 deletions

View File

@ -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