Skip to main content

Easy open tcp, http ports from localhost to internet.

Project description

LicenseSource codeDonateIssues

with «make tunnel» you can easily open http and tcp ports to the internet.

Installation

Install the package from the PyPi:

pip install mtunn

Install manually from the GitHub:

pip install requests>=2.25.0
pip install PyYAML>=6.0.1
pip install ipaddress>=1.0.21
curl -o mtunn.py https://raw.githubusercontent.com/mishakorzik/mtunn/refs/heads/main/mtunn.py

Config example's

In order to start the tunnel, you need to log in to your account and create a configuration file.

proto: http              # protocol type                 (http/tcp)
target: 127.0.0.1:8080   # target host
tunnel: 10000            # the port that will be opened
domain: none             # domain to your tunnel
console: yes             # for tunnel control            (yes/no)
firewall:
  rate: 2                # anti ddos rate  0/1/2/3
  vpn: yes               # allow connection from vpn     (yes/no)
  tor: yes               # allow connectiom from tor     (yes/no)
network:
  compression: no        # use traffic compression       (yes/no)
  buffer_size: 1024      # socket buffer size            (1024-4096)
ping:
  method: icmp           # ping method                   (icmp/tcp)
firewall rates:
 0 - disable
 1 - light
 2 - moderate
 3 - strong
frequently asked questions

1) What to do if I don't have a domain?

  • No need to worry, you can run tunnel without a domain just by specifying “none” in the “domain” field.

2) if I have a domain, how do i connect it?

  • Using a domain is quite simple, you just need to specify your domain in the "domain" field and specify the A and AAAA record in the ip address of the tunnel.

  • Please note that if the tunnel does not have IPv6, you do not need to specify an AAAA record for the tunnel's IP address.

3) What ping method is the best?

  • Both options are best, we added the tcp method so that you can know the delay point without the ping command. If you are not sure about choosing icmp or tcp, you can simply not specify, the tunnel will choose automatically.

If you have the correct configuration, you will be able to start the tunnel and everything will work.

Tunnel commands

Instead of the name of the example.yml file, you can write your configuration name, but it must have the extension “.yml”.

# show tunnel current version
python3 -m mtunn --version

# register or login to account
python3 -m mtunn --account

# use console to control tunnel
python3 -m mtunn --console

# open a port to internet
python3 -m mtunn --config example.yml

When you register you can run tunnels but only on ports in the range from 10000 to 11000. You can change it in your quota settings.

Screenshots

Here are examples of how to run and how the tunnel will work.

In order to open ports through the tunnel you need to create a configuration file.

Other

Github Github

If you find a bug or have any questions about this project, write to us on discord.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mtunn-1.1.5.tar.gz (22.4 kB view details)

Uploaded Source

File details

Details for the file mtunn-1.1.5.tar.gz.

File metadata

  • Download URL: mtunn-1.1.5.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for mtunn-1.1.5.tar.gz
Algorithm Hash digest
SHA256 3122c31c028884a1882a0d8b8ff38f57987240a67150b0f303b24e96cadcd73a
MD5 2ac5bb19f4dc7c942a4147da71d46ebd
BLAKE2b-256 a91e38110a6e0793e5c3da8153934540c286545017127c0155aee7abd063d890

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page