AwinSimpleP2P/README.md
2025-05-30 20:43:36 +08:00

8 lines
422 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AwinSimpleP2P
一个简单的p2p内网穿透工具适用于小流量低并发情况。
可以将内网的一个端口映射到远程设备的本地端口
# 使用方法:
1. 公网服务器启动coordinator.py默认端口为5000注意防火请问题
2. 内网服务端启动provider.py注意设置目标服务端口默认5001
3. 客户端启动connector.py注意设置目标服务端口默认12345