Skip to main content

A TCP tunnel server/client by Python.

Project description

pytunnel

A TCP tunnel server/client by Python.

Install

 pip install pytunnel

Useage

If you want local computer port 8080 can be access through server(IP:192.168.1.102) port 1090

Setp1. Run the following command at server computer:

python -m pytunnel --bind 0.0.0.0:1990

It will start a tunnel server at port 1990.

Setp2. Run the following command at local computer:

python -m pytunnel --port 1090 --target 127.0.0.1:8080 --server 192.168.1.102:1990

It will make a tunnel with 192.168.1.102:1090 and 127.0.0.1:8080.

Now, you can open 192.168.1.102:1990 to access the local computer port 8080.

Click to view more information!

CHANGES

1.0.0

  • First version

2.0.0

  • Optimize data package

2.1.0

  • Fix bugs
  • Use multiprocessing to improve throughput capacity

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

pytunnel-2.2.0.tar.gz (23.2 kB view details)

Uploaded Source

File details

Details for the file pytunnel-2.2.0.tar.gz.

File metadata

  • Download URL: pytunnel-2.2.0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for pytunnel-2.2.0.tar.gz
Algorithm Hash digest
SHA256 6f2f9c20916172755fa25f1f90286ccdc6f6411c7b0e580fce8884fa5a2b3106
MD5 6ff761009f6b4aa47ee0c6e5646f301b
BLAKE2b-256 2de97adcb8600cc8eee6613d183fb3b290a457c254d6555fd78391c63254a4e1

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