mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
4 lines
213 B
Go
4 lines
213 B
Go
// Package tunnel is fast and secure client/server package that enables proxying
|
|
// public connections to your local machine over a tunnel connection from the
|
|
// local machine to the public server.
|
|
package tunnel
|