You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, i faced with unable to get external port for connection to my localhost from the outside.
I tried const response = await stun.request('stun.l.google.com:19302'); let xorAddress = response.getXorAddress(); //console.log(xorAddress.address + xorAddress.port) but data from method getXorAddress() is wrong.
Help me please get ip and port for able to connect to my localhost from the outside.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
How can I open externaul port for able to connect to my localhost from the outside?
How can I open external port for able to connect to my localhost from the outside?
Mar 30, 2022
Hi everyone, i faced with unable to get external port for connection to my localhost from the outside.
I tried
const response = await stun.request('stun.l.google.com:19302'); let xorAddress = response.getXorAddress(); //console.log(xorAddress.address + xorAddress.port)
but data from method getXorAddress() is wrong.Help me please get ip and port for able to connect to my localhost from the outside.
The text was updated successfully, but these errors were encountered: