增加代理方式的打洞,进行tcp的转发

This commit is contained in:
2025-10-28 19:33:20 +08:00
parent c48c85f075
commit 2f4097b697
9 changed files with 236 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ var (
// 常量定义
const (
ProtocolID string = "/ay"
ProtocolID string = "/ay/p2p/1.0.0"
//DefaultPort = 51888
)