Registry / networking / kataras-tunnel

kataras-tunnel

JSON →
library0.0.4gogounverified

A Go library for creating secure tunnels to expose local servers to the internet.

go get github.com/kataras/tunnel
INSTALL
IMPORT
SIG · KATARAS-TUNNEL
K
kataras-tunnel
networkinggov0.0.4
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.

tunnel
github.com/kataras/tunnel

Creates a new tunnel and prints its public URL.

package main import ( "fmt" "github.com/kataras/tunnel" ) func main() { t, err := tunnel.New(tunnel.Options{}) if err != nil { fmt.Println(err) return } fmt.Println(t.URL()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
kataras-tunnel — go get kataras-tunnel · libregistry