diff --git a/README.md b/README.md index 62d5f7d..58c7a5d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ AnyLink 使用TLS/DTLS进行数据加密,因此需要RSA或ECC证书,可以 AnyLink 服务端仅在CentOS7测试通过,如需要安装在其他系统,需要服务端支持tun/tap功能、ip设置命令。 +## Screenshot + +![online](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/online.jpg) + ## 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 + +![system.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/system.jpg) +![setting.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/setting.jpg) +![users.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/users.jpg) +![ip_map.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/ip_map.jpg) +![group.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/group.jpg) + ## License 本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。 diff --git a/screenshot/group.jpg b/screenshot/group.jpg new file mode 100644 index 0000000..1099a0b Binary files /dev/null and b/screenshot/group.jpg differ diff --git a/screenshot/ip_map.jpg b/screenshot/ip_map.jpg new file mode 100644 index 0000000..6db4ce6 Binary files /dev/null and b/screenshot/ip_map.jpg differ diff --git a/screenshot/online.jpg b/screenshot/online.jpg new file mode 100644 index 0000000..684777b Binary files /dev/null and b/screenshot/online.jpg differ diff --git a/screenshot/setting.jpg b/screenshot/setting.jpg new file mode 100644 index 0000000..2e45a0f Binary files /dev/null and b/screenshot/setting.jpg differ diff --git a/screenshot/system.jpg b/screenshot/system.jpg new file mode 100644 index 0000000..70274f2 Binary files /dev/null and b/screenshot/system.jpg differ diff --git a/screenshot/users.jpg b/screenshot/users.jpg new file mode 100644 index 0000000..2cd193c Binary files /dev/null and b/screenshot/users.jpg differ