fix #409, support custom stun server

This commit is contained in:
cnlh
2020-02-23 01:49:41 +08:00
parent f6063e0d6c
commit 77c4a0cea4
2 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# 增强功能
## nat类型检测
```
./npc nat
./npc nat -stun_addr=stun.stunprotocol.org:3478
```
如果p2p双方都是Symmetric Nat肯定不能成功其他组合都有较大成功率。
如果p2p双方都是Symmetric Nat肯定不能成功其他组合都有较大成功率。`stun_addr`可以指定stun服务器地址。
## 状态检查
```
./npc status -config=npc配置文件路径