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 stand alone STUN server mode #383

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Commits on Apr 4, 2024

  1. Support stand alone STUN server mode

    Running in stand alone STUN server does not start
    due to packet conn config requiring relay address config
    during validation.
    
    To enable that mode, bypass validation if relay address config
    in packet conn config is nil.
    
    Note that it is still validated in `ListenerConfig`.
    boks1971 authored and Sean-Der committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b4a15e7 View commit details
    Browse the repository at this point in the history