From a3a20a92bb011d5ee4c2378735eb7732f04d8391 Mon Sep 17 00:00:00 2001 From: Yuzuki <50410851+Yuzuki616@users.noreply.github.com> Date: Sat, 4 Jun 2022 16:30:18 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 106f600..d012969 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ A V2board backend base on Xray ## TODO -* 支持WARP Socks5代理模式分流 +* 进一步优化内存占用 +* 增加SS2022支持 +* 优化源码目录结构 ## 软件安装 @@ -82,6 +84,7 @@ wget -N https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install. * [V2Fly](https://github.com/v2fly) * [VNet-V2ray](https://github.com/ProxyPanel/VNet-V2ray) * [Air-Universe](https://github.com/crossfw/Air-Universe) +* [XraR](https://github.com/Misaka-blog/XrayR) ## Licence @@ -89,9 +92,6 @@ wget -N https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install. ## Telgram -[XrayR后端讨论](https://t.me/XrayR_project) - -[XrayR通知](https://t.me/XrayR_channel) ## Stars 增长记录 From 7f00fccc4705ef1d5f4c82e0db29d6fcc1599226 Mon Sep 17 00:00:00 2001 From: Yuzuki <50410851+Yuzuki616@users.noreply.github.com> Date: Sat, 4 Jun 2022 16:31:24 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d012969..2573b51 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![](https://img.shields.io/badge/TgChat-@XrayR讨论-blue.svg)](https://t.me/XrayR_project) [![](https://img.shields.io/badge/Channel-@XrayR通知-blue.svg)](https://t.me/XrayR_channel) -A V2board backend base on Xray +A V2board backend based on Xray-core 一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议。 From 368f24b9e8fae359648a549fabb9d2278aa2a691 Mon Sep 17 00:00:00 2001 From: Yuzuki <50410851+Yuzuki616@users.noreply.github.com> Date: Sat, 4 Jun 2022 16:33:04 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2573b51..ae14fe9 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ wget -N https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install. * [V2Fly](https://github.com/v2fly) * [VNet-V2ray](https://github.com/ProxyPanel/VNet-V2ray) * [Air-Universe](https://github.com/crossfw/Air-Universe) -* [XraR](https://github.com/Misaka-blog/XrayR) +* [XrayR](https://github.com/Misaka-blog/XrayR) ## Licence From 5eb1a97171e02900facc95232dc70e8ffafde11d Mon Sep 17 00:00:00 2001 From: Yuzuki <50410851+Yuzuki616@users.noreply.github.com> Date: Sat, 4 Jun 2022 16:48:50 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ae14fe9..d1e17b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A V2board backend based on Xray-core -一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议。 +一个基于Xray的V2board节点服务端,支持V2ay,Trojan,Shadowsocks协议。 如果您喜欢本项目,可以右上角点个star+watch,持续关注本项目的进展。 @@ -36,7 +36,6 @@ A V2board backend based on Xray-core | 获取节点信息 | √ | √ | √ | | 获取用户信息 | √ | √ | √ | | 用户流量统计 | √ | √ | √ | -| 服务器信息上报 | √ | √ | √ | | 自动申请tls证书 | √ | √ | √ | | 自动续签tls证书 | √ | √ | √ | | 在线人数统计 | √ | √ | √ | @@ -66,10 +65,6 @@ A V2board backend based on Xray-core wget -N https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install.sh && bash install.sh ``` -### 使用Docker部署 - -[Docker部署教程](https://crackair.gitbook.io/xrayr-project/xrayr-xia-zai-he-an-zhuang/install/docker) - ### 手动安装 [手动安装教程](https://crackair.gitbook.io/xrayr-project/xrayr-xia-zai-he-an-zhuang/install/manual) From f13dbd99dbfa422b154af7f0c6bb53283055fff4 Mon Sep 17 00:00:00 2001 From: Yuzuki <50410851+Yuzuki616@users.noreply.github.com> Date: Sat, 4 Jun 2022 16:58:16 +0800 Subject: [PATCH 5/5] Delete docker.yml --- .github/workflows/docker.yml | 40 ------------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/docker.yml diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml deleted file mode 100644 index 4749af8..0000000 --- a/.github/workflows/docker.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Publish Docker image -on: - workflow_dispatch: - push: - tags: - - 'v*' -jobs: - push_to_registry: - name: Push Docker image to Docker Hub - runs-on: ubuntu-latest - steps: - - name: Check out the repo - uses: actions/checkout@v2 - - - name: Docker meta - id: docker_meta - uses: crazy-max/ghaction-docker-meta@v1 - with: - images: misakano7545/xrayr - tag-semver: | - {{version}} - {{major}}.{{minor}} - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - - name: Build and push - uses: docker/build-push-action@v2 - with: - context: . - platforms: linux/arm/v7,linux/arm64,linux/amd64,linux/s390x - push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.docker_meta.outputs.tags }} - labels: ${{ steps.docker_meta.outputs.labels }} \ No newline at end of file