mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-01 19:06:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
13
docs/faq.md
13
docs/faq.md
@@ -1,15 +1,16 @@
|
||||
# FAQ
|
||||
|
||||
- 服务端无法启动
|
||||
|
||||
```
|
||||
服务端默认配置启用了8024,8080,80,443端口,端口冲突无法启动,请修改配置
|
||||
|
||||
```
|
||||
- 客户端无法连接服务端
|
||||
|
||||
```
|
||||
请检查配置文件中的所有端口是否在安全组,防火墙放行
|
||||
请检查vkey是否对应
|
||||
请检查版本是否对应
|
||||
|
||||
```
|
||||
- 服务端配置文件修改无效
|
||||
|
||||
install之后,linux配置文件在/etc/nps
|
||||
```
|
||||
install 之后,Linux 配置文件在 /etc/nps
|
||||
```
|
||||
|
@@ -177,4 +177,5 @@ func storeSyncMapToFile(m sync.Map, filePath string) {
|
||||
}
|
||||
return true
|
||||
})
|
||||
file.Sync()
|
||||
}
|
||||
|
Reference in New Issue
Block a user