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
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-1.0.0.tar.gz
(16.0 kB
view details)
File details
Details for the file pytunnel-1.0.0.tar.gz
.
File metadata
- Download URL: pytunnel-1.0.0.tar.gz
- Upload date:
- Size: 16.0 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 | 7a9fa573106ed068a9feb535cc91e3d1ba89f3bfe57f972a8bd56319f94321dd |
|
MD5 | 102fd25e489b8b05a4fb5f147314e465 |
|
BLAKE2b-256 | ef2a4613302fa39f8b12ce5cef9a1b77374b9014c984b7d3fc06f7ee39288f0b |