mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Allow caller to provide STUN server
This commit is contained in:
parent
0220dd921a
commit
a83f6f2ef7
@ -342,7 +342,7 @@ public class NvConnection {
|
||||
}
|
||||
}
|
||||
|
||||
public static String findExternalAddressForMdns() {
|
||||
return MoonBridge.findExternalAddressIP4("stun.stunprotocol.org", 3478);
|
||||
public static String findExternalAddressForMdns(String stunHostname, int stunPort) {
|
||||
return MoonBridge.findExternalAddressIP4(stunHostname, stunPort);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user