https://github.com/gortc/stund
Simple STUN server in go
https://github.com/gortc/stund
go golang rfc-5389 server stun stun-server
Last synced: 7 days ago
JSON representation
Simple STUN server in go
- Host: GitHub
- URL: https://github.com/gortc/stund
- Owner: gortc
- License: bsd-3-clause
- Archived: true
- Created: 2017-02-22T21:41:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:58:37.000Z (about 4 years ago)
- Last Synced: 2025-05-07T00:10:04.638Z (7 days ago)
- Topics: go, golang, rfc-5389, server, stun, stun-server
- Language: Go
- Homepage:
- Size: 2.95 MB
- Stars: 104
- Watchers: 1
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - stund
README

# stund
Basic STUN server based on [gortc/stun](https://github.com/gortc/stun). See [gortc/gortcd](https://github.com/gortc/gortcd)
for complete STUN and TURN server.