Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
/ minitunnel Public archive

👻 A Go port of bore (a simple CLI tool for making tunnels to localhost)

License

Notifications You must be signed in to change notification settings

maolonglong/minitunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitunnel

A Go port of bore.

A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does: no more, and no less.

# Installation (requires Go)
go install go.chensl.me/minitunnel/cmd/mt@latest

# On your local machine
mt local 8000

This will expose your local port at localhost:8000 to the public internet at minitunnel.icu:<PORT>, where the port number is assigned randomly.