修改文档说明

This commit is contained in:
bjdgyc 2021-05-27 18:15:29 +08:00
parent 0863313eff
commit af6f87ee0f
3 changed files with 13 additions and 5 deletions

View File

@ -47,7 +47,7 @@ sh build.sh
# 注意使用root权限运行
cd anylink-deploy
sudo ./anylink -conf="conf/server.toml"
sudo ./anylink --conf="conf/server.toml"
# 默认管理后台访问地址
# http://host:8800

View File

@ -44,4 +44,4 @@ cp -r web/ui $deploy
#注意使用root权限运行
#cd anylink-deploy
#sudo ./anylink -conf="conf/server.toml"
#sudo ./anylink --conf="conf/server.toml"

View File

@ -1,7 +1,15 @@
# 常见问题
* 远程桌面连接
### anyconnect 客户端问题
> 客户端请使用群共享文件的版本,其他版本没有测试过,不保证使用正常。
>
> 添加QQ群: 567510628
### 远程桌面连接
> 本软件不支持远程桌面连接,请注意。
* 私有证书问题
> 可以通过 https://github.com/square/certstrap 生成私有的证书, 然后把CA证书放在客户端机器上即可以连接。
### 私有证书问题
> anylink 默认不支持私有证书
>
> 仅测试的话,可以通过 https://github.com/square/certstrap 生成私有的证书, 然后把CA证书放在客户端机器上即可以连接。