pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
631 stars 94 forks source link

Remove `stun` scheme from the default server flag value #171

Closed OmarTariq612 closed 1 month ago

OmarTariq612 commented 1 year ago

calling net.ResolveUDPAddr with stun:stun.voipgate.com:3478 results in this error too many colons in address.

2023/09/20 21:06:29 Failed to resolve server addr: address stun:stun.voipgate.com:3478: too many colons in address exit status 1

Sean-Der commented 6 months ago

Thank you @OmarTariq612 !

Sean-Der commented 1 month ago

Merged in #204