Registry / networking / stun
library1.23.0gogounverified

Package stun implements Session Traversal Utilities for NAT (STUN) as specified in RFC 5389.

go get gortc.io/stun
INSTALL
IMPORT
SIG · STUN
S
stun
networkinggov1.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stun
gortc.io/stun

Dial a STUN server

package main import ( "log" "gortc.io/stun" ) func main() { c, err := stun.Dial("udp", "stun.l.google.com:19302") if err != nil { log.Fatal(err) } defer c.Close() log.Println("STUN connection established") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.23.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
stun — go get stun · libregistry