https://github.com/tomchen/stun-server-test
Test STUN servers for WebRTC connectivity
https://github.com/tomchen/stun-server-test
server stun test
Last synced: 8 months ago
JSON representation
Test STUN servers for WebRTC connectivity
- Host: GitHub
- URL: https://github.com/tomchen/stun-server-test
- Owner: tomchen
- License: mit
- Created: 2025-03-12T00:06:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T12:00:42.000Z (over 1 year ago)
- Last Synced: 2025-03-24T14:44:11.667Z (over 1 year ago)
- Topics: server, stun, test
- Language: TypeScript
- Homepage: https://tomchen.github.io/stun-server-test/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STUN Server Test
Test STUN servers for WebRTC connectivity
Go to https://tomchen.github.io/stun-server-test/
Enter STUN server URLs (one per line OR JavaScript/JSON array; with or without protocol 'stun:')
Example: `stun.l.google.com:19302`
My other WebRTC online tools:
- [Symmetric NAT Test](https://tomchen.github.io/symmetric-nat-test/) ([GitHub repo](https://github.com/tomchen/symmetric-nat-test))
- [WebRTC P2P Chat Test](https://tomchen.github.io/webrtc-p2p-chat/) ([GitHub repo](https://github.com/tomchen/webrtc-p2p-chat))