Skip to content

Commit

Permalink
update to 4.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamrover committed Sep 3, 2021
1 parent 70d4577 commit f3751f5
Show file tree
Hide file tree
Showing 8 changed files with 8,664 additions and 8,607 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
安卓手机客户端[v2rayNG](https://github.com/2dust/v2rayNG)升级至1.4.13版本后,当前默认配置下无法与4.27.5及更低版本的v2ray服务端连接,请将v2ray服务端版本升级至4.28.2及以上。
## 安装
本项目打包软件的版本号与官网保持一致,您可以直接下载[deb安装包](https://github.com/dreamrover/v2ray-deb/releases)
* wget https://github.com/dreamrover/v2ray-deb/releases/download/4.40.1/v2ray-4.40.1-amd64.deb
* wget https://github.com/dreamrover/v2ray-deb/releases/download/4.41.1/v2ray-4.41.1-amd64.deb

并通过如下命令安装:
* sudo dpkg -i v2ray-4.40.1-amd64.deb
* sudo dpkg -i v2ray-4.41.1-amd64.deb

首次安装后将显示**随机生成的端口号****用户ID(UUID)****额外ID(alterId)为0**。若已安装过旧版本,会提示是否替换之前的配置文件,如果选择“N”则不会重新生成端口号和UUID。将上述信息填入手机或PC端的v2ray客户端。

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

dpkg -b ./v2ray-linux-amd64/ v2ray-4.40.1-amd64.deb
dpkg -b ./v2ray-linux-amd64/ v2ray-4.41.1-amd64.deb
4 changes: 2 additions & 2 deletions v2ray-linux-amd64/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: v2ray
Version: 4.40.1
Version: 4.41.1
Architecture: amd64
Maintainer: dreamrover
Pre-depends:
Depends:
Recommends:
Installed-Size: 37096
Installed-Size: 79788
Section: net
Priority: extra
Homepage: https://github.com/v2fly/v2ray-core
Expand Down
2 changes: 0 additions & 2 deletions v2ray-linux-amd64/etc/systemd/system/v2ray.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ NoNewPrivileges=true
ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
Restart=on-failure
RestartPreventExitStatus=23
RestartSec=5
LogsDirectory=v2ray

[Install]
WantedBy=multi-user.target
Binary file modified v2ray-linux-amd64/usr/bin/v2ray/geoip.dat
Binary file not shown.
17,259 changes: 8,659 additions & 8,600 deletions v2ray-linux-amd64/usr/bin/v2ray/geosite.dat

Large diffs are not rendered by default.

Binary file modified v2ray-linux-amd64/usr/bin/v2ray/v2ctl
Binary file not shown.
Binary file modified v2ray-linux-amd64/usr/bin/v2ray/v2ray
Binary file not shown.

0 comments on commit f3751f5

Please sign in to comment.