mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
8 lines
358 B
Go
8 lines
358 B
Go
// Copyright (C) 2017 Michał Matczuk
|
|
// Use of this source code is governed by an AGPL-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// 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
|