Add your description here
Project description
功能: 内网穿透服务器与客户端
1. 安装
pip install l0n0lnat
2. 服务器命令
l0n0lnatserver -h
usage: l0n0lnatserver [-h] 监听地址 监听端口 密码
启动nat客户端
positional arguments:
监听地址 服务器监听地址
监听端口 服务器监听端口
密码 通信密码
options:
-h, --help show this help message and exit
3. 客户端命令
l0n0lnatclient -h
usage: l0n0lnatclient [-h] [-6] 服务器地址 服务器端口 远端监听端口 被穿透的服务地址 被穿透的服务端口 密码
启动nat客户端
positional arguments:
服务器地址 远程服务器地址
服务器端口 远程服务器端口
远端监听端口 远端监听端口
被穿透的服务地址 被穿透的服务地址
被穿透的服务端口 被穿透的服务端口
密码 通信密码
options:
-h, --help show this help message and exit
-6, --use-ipv6 启用 IPv6
4. 实例
- 被穿透服务:
A(192.168.1.2:80) - 服务器:
B(192.168.1.3)
4.1 在B上执行
l0n0lnatserver 0.0.0.0 11223 123
4.2 在A上执行
l0n0lnatclient 192.168.1.3 11223 8888 127.0.0.1 80 123
4.3 访问B:8888
curl http://192.168.1.3:8888
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
l0n0lnat-3.1.2.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file l0n0lnat-3.1.2.tar.gz.
File metadata
- Download URL: l0n0lnat-3.1.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5bab228dd0175527fbd746a632dfe6281d36791a18297cfbef554188e066ec5
|
|
| MD5 |
48dba4fa01c3471f71a40db016cfb4c1
|
|
| BLAKE2b-256 |
40844fe48850cd8ee8e7051e4bf6ba919b0aef329714b15aa7472f78469a5216
|
File details
Details for the file l0n0lnat-3.1.2-py3-none-any.whl.
File metadata
- Download URL: l0n0lnat-3.1.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54662e1fa159438b0ecb1eae87ae1c8ff6f0590e701643db327b80ca31925d17
|
|
| MD5 |
5310ddb7c260f29ace8b8af1bbac8967
|
|
| BLAKE2b-256 |
3b9b2e12392432ec2bdbda8ea3680be1623410db9bd751dede11af2271945945
|