mirror of https://github.com/bjdgyc/anylink.git
修改文档说明
This commit is contained in:
parent
0863313eff
commit
af6f87ee0f
|
@ -47,7 +47,7 @@ sh build.sh
|
||||||
|
|
||||||
# 注意使用root权限运行
|
# 注意使用root权限运行
|
||||||
cd anylink-deploy
|
cd anylink-deploy
|
||||||
sudo ./anylink -conf="conf/server.toml"
|
sudo ./anylink --conf="conf/server.toml"
|
||||||
|
|
||||||
# 默认管理后台访问地址
|
# 默认管理后台访问地址
|
||||||
# http://host:8800
|
# http://host:8800
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -44,4 +44,4 @@ cp -r web/ui $deploy
|
||||||
|
|
||||||
#注意使用root权限运行
|
#注意使用root权限运行
|
||||||
#cd anylink-deploy
|
#cd anylink-deploy
|
||||||
#sudo ./anylink -conf="conf/server.toml"
|
#sudo ./anylink --conf="conf/server.toml"
|
||||||
|
|
14
question.md
14
question.md
|
@ -1,7 +1,15 @@
|
||||||
# 常见问题
|
# 常见问题
|
||||||
|
|
||||||
* 远程桌面连接
|
### anyconnect 客户端问题
|
||||||
|
> 客户端请使用群共享文件的版本,其他版本没有测试过,不保证使用正常。
|
||||||
|
>
|
||||||
|
> 添加QQ群: 567510628
|
||||||
|
|
||||||
|
### 远程桌面连接
|
||||||
> 本软件不支持远程桌面连接,请注意。
|
> 本软件不支持远程桌面连接,请注意。
|
||||||
|
|
||||||
* 私有证书问题
|
### 私有证书问题
|
||||||
> 可以通过 https://github.com/square/certstrap 生成私有的证书, 然后把CA证书放在客户端机器上即可以连接。
|
> anylink 默认不支持私有证书
|
||||||
|
>
|
||||||
|
> 仅测试的话,可以通过 https://github.com/square/certstrap 生成私有的证书, 然后把CA证书放在客户端机器上即可以连接。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue