mirror of https://github.com/bjdgyc/anylink.git
增加管理后台屏幕截图
This commit is contained in:
parent
a9584000c6
commit
c04715b457
15
README.md
15
README.md
|
@ -19,6 +19,10 @@ AnyLink 使用TLS/DTLS进行数据加密,因此需要RSA或ECC证书,可以
|
|||
|
||||
AnyLink 服务端仅在CentOS7测试通过,如需要安装在其他系统,需要服务端支持tun/tap功能、ip设置命令。
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
|
@ -34,8 +38,9 @@ npm run build
|
|||
cd $rootPath/anylink
|
||||
go build -o anylink -ldflags "-X main.COMMIT_ID=`git rev-parse HEAD`"
|
||||
|
||||
#整理部署文件
|
||||
mkdir $linkPath/anylink-deploy
|
||||
$linkPath/anylink-deploy
|
||||
cd $linkPath/anylink-deploy
|
||||
cp -r $rootPath/anylink-web/ui .
|
||||
cp -r $rootPath/anylink/anylink .
|
||||
cp -r $rootPath/anylink/conf .
|
||||
|
@ -115,6 +120,14 @@ sudo ./anylink -conf="conf/server.toml"
|
|||
sh bridge.sh
|
||||
```
|
||||
|
||||
## Other Screenshot
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## License
|
||||
|
||||
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue