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:1090 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
2.3.0
- Add watch dog to check status
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.3.2.tar.gz
(24.8 kB
view details)
File details
Details for the file pytunnel-2.3.2.tar.gz
.
File metadata
- Download URL: pytunnel-2.3.2.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4ca2bea9f6007c5be199d42ffdab363d222aff148f4f646ccd94dfa531812e9 |
|
MD5 | 2f65fd1da29bfcf532a7015e5d4e6b43 |
|
BLAKE2b-256 | 9090e72b1c0dd4b996b648cadab8834f5260c281549821d486b7dced9a8c112f |