diff --git a/README.md b/README.md index 4d6d05b..cd83c1c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sh b/build.sh index f22ebc0..0120f09 100644 --- a/build.sh +++ b/build.sh @@ -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" diff --git a/question.md b/question.md index 2bc9c85..bacb417 100644 --- a/question.md +++ b/question.md @@ -1,7 +1,15 @@ # 常见问题 -* 远程桌面连接 +### anyconnect 客户端问题 +> 客户端请使用群共享文件的版本,其他版本没有测试过,不保证使用正常。 +> +> 添加QQ群: 567510628 + +### 远程桌面连接 > 本软件不支持远程桌面连接,请注意。 -* 私有证书问题 -> 可以通过 https://github.com/square/certstrap 生成私有的证书, 然后把CA证书放在客户端机器上即可以连接。 +### 私有证书问题 +> anylink 默认不支持私有证书 +> +> 仅测试的话,可以通过 https://github.com/square/certstrap 生成私有的证书, 然后把CA证书放在客户端机器上即可以连接。 +