Skip to content

Repository files navigation

STUN implementation in Go

ipAddress, err := stun.RequestPublicIPAddress()
if err != nil {
  log.Fatal(err.Error())
}

ipAddress.String() // => "8.8.8.8"

Based on RFC5389.

About

STUN implementation in Go

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages