Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
ffdfgdfg 2020-02-11 21:37:46 +08:00
commit a4247eb4b5
2 changed files with 8 additions and 6 deletions

View File

@ -1,15 +1,16 @@
# FAQ # FAQ
- 服务端无法启动 - 服务端无法启动
```
服务端默认配置启用了8024808080443端口端口冲突无法启动请修改配置 服务端默认配置启用了8024808080443端口端口冲突无法启动请修改配置
```
- 客户端无法连接服务端 - 客户端无法连接服务端
```
请检查配置文件中的所有端口是否在安全组,防火墙放行 请检查配置文件中的所有端口是否在安全组,防火墙放行
请检查vkey是否对应 请检查vkey是否对应
请检查版本是否对应 请检查版本是否对应
```
- 服务端配置文件修改无效 - 服务端配置文件修改无效
```
install之后linux配置文件在/etc/nps install 之后Linux 配置文件在 /etc/nps
```

View File

@ -177,4 +177,5 @@ func storeSyncMapToFile(m sync.Map, filePath string) {
} }
return true return true
}) })
file.Sync()
} }