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

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

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。
|
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。
|
||||||
|
BIN
screenshot/group.jpg
Normal file
BIN
screenshot/group.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
screenshot/ip_map.jpg
Normal file
BIN
screenshot/ip_map.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
screenshot/online.jpg
Normal file
BIN
screenshot/online.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
screenshot/setting.jpg
Normal file
BIN
screenshot/setting.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
screenshot/system.jpg
Normal file
BIN
screenshot/system.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
screenshot/users.jpg
Normal file
BIN
screenshot/users.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user