package
1.3.2
Repository: https://github.com/snsinfu/reverse-tunnel.git
Documentation: pkg.go.dev

# Functions

NewService creates a tcp.Service with given server configuration.
NewSession creates a Session for tunneling given TCP connection.

# Variables

ErrUnauthorizedKey is returned when a key is not authorized.
ErrUnauthorizedPort is returned when a key is not allowed to bind to a requested port.

# Structs

Binder implements service.Binder for TCP tunneling service.
Service implements service.Service for TCP tunneling service.
Session implements service.Session for TCP tunneling.