package
0.0.0-20170802220503-19f41278d0c9
Repository: https://github.com/willscott/goturn.git
Documentation: pkg.go.dev

# README

TURN-indirected web request

This example uses the STUN Client to establish a TCP connection through a TURN server.

This example uses an AppRTC-like system for credential distribution, where it makes an HTTP request to a URL containing a JSON-encoded set of credentials.

Usage

go run main.go [--credentials https://example.com/credentials.json] [--url http://myip.info]