-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support TCP STUN for stun-nat-behavior #35
Comments
Hi @anildigital Currently I haven't done an TCP STUN myself, but if you are interested it would be a great contribution! |
Its great that tcp is now supported! According to Readme.md RFC 7064 — STUN URI are supported too but i dont see any supprt for TLS/SSL or the "STUNS" URI in the source code. Is it possible to establish a STUN over TLS / STUNS connection with "stun.Dial"? |
I see that all the examples currently resolve the server address manually and dial to it via UDP (IPv4). We should add a new function The only thing about which I am concerned is the duplication of code we already have an I propose to move Furthermore, I am not so sure if we really want to split up the implementation of the URL struct into the @Sean-Der What is your take on this? |
We have now merged #134 :) So work on this issue can proceed. My first naive to use a We can fix this by creating a second |
I had the only opened TCP for Inbound rules for port 443
But when I enable UDP for Inbound rules for port 443.. then I see
Same happed with port 5349. Do we really need to have UDP protocol open in ordered to get xormapped address?
The text was updated successfully, but these errors were encountered: