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
Project details
Release history Release notifications | RSS feed
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.0.0.tar.gz
(19.8 kB
view details)
File details
Details for the file pytunnel-2.0.0.tar.gz
.
File metadata
- Download URL: pytunnel-2.0.0.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.6.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ce09b949c4a76470dd2e3ca8b139e2a71e3eadd7e9f8b13a8d5c69bc5b61b4e |
|
MD5 | d5b02b43c3d7a9cb1188eb4fad2a0e30 |
|
BLAKE2b-256 | f9ec9ee591fac4ee5215b686a387ff554d53dcb4b3d0967f03f66c80dce3e5e8 |