Skip to content
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 STUN Protocol and add it as a provider #1

Open
GlenDC opened this issue May 10, 2017 · 2 comments
Open

Support STUN Protocol and add it as a provider #1

GlenDC opened this issue May 10, 2017 · 2 comments

Comments

@GlenDC
Copy link
Owner

GlenDC commented May 10, 2017

Using https://github.com/ccding/go-stun it should be fairly easy to support the STUN protocol.

Just need to make sure that RFC5780 is sufficient supported, to make it work with out-in-the-wild servers.

See: ccding/go-stun#20

@x11x
Copy link

x11x commented Jul 31, 2023

I just want to mention this project github.com/Snawoot/extip which has implemented this.

They are using github.com/gortc/stun which is archived and seems to have been replaced by github.com/pion/stun. At first glance this appears currently maintained and full-featured, claims to implement RFC5780 (just based on the readme, I have not investigated the particular issue you mentioned).

Just thought I would post that here for the options of either contributing to Snawoot/extip or just using it as a reference for implementing this. They have a list of public STUN servers to use (circa 2020), and using a simple quorum system similar to this project I think.

@x11x
Copy link

x11x commented Jul 31, 2023

Also, some lists of public STUN servers which appear to be (currently) maintained:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants