GitHub Action
|
7ca6f073d5
|
update geoip, geosite
|
4 years ago |
GitHub Action
|
89a2ac81c6
|
update geoip, geosite
|
4 years ago |
GitHub Action
|
f64d4bb8f8
|
update geoip, geosite
|
4 years ago |
RPRX
|
e46531261b
|
Add linux riscv64 build
|
4 years ago |
RPRX
|
c8f266c740
|
Adjust Bazel
|
4 years ago |
GitHub Action
|
81985d918f
|
update geoip, geosite
|
4 years ago |
GitHub Action
|
ff42cc8c86
|
update geoip, geosite
|
4 years ago |
Shelikhoo
|
1be3d52787
|
Allow VSign function to be disabled if V2Ray is included in a package and should be verified by the package manager.
|
4 years ago |
Shelikhoo
|
3952f81b49
|
Update Signing key
|
4 years ago |
rprx
|
11efebfd31
|
Update tagrelease.sh
|
4 years ago |
rprx
|
e0a5285658
|
Update bleedingrelease.sh
|
4 years ago |
Shelikhoo
|
ad1927e6f9
|
Actually Request the SIGN
|
4 years ago |
Shelikhoo
|
9928eca26f
|
Fix bug with tag name extract
|
4 years ago |
Xiaokang Wang
|
a5fa0f5afd
|
Merge pull request #43 from v2fly/dev-cimanifest
Generate and Sign Manifest
|
4 years ago |
GitHub Action
|
22ae1d6041
|
update geoip, geosite
|
4 years ago |
Shelikhoo
|
40e21fde1d
|
Added Signing Request
|
4 years ago |
Shelikhoo
|
9142c0d9a8
|
Generate manifest on tag release
|
4 years ago |
Shelikhoo
|
d2064b0021
|
Bug fix
|
4 years ago |
Shelikhoo
|
dadcda034d
|
Generate Manifest for bleeding edge release
|
4 years ago |
rprx
|
19c5014ed1
|
Adjust arm build
|
4 years ago |
Kslr
|
a8f3450b89
|
Merge pull request #38 from yuhan6665/master
Add stats counter for outbounds
|
4 years ago |
Kslr
|
62813a9ede
|
ci add windows arm
|
4 years ago |
rprx
|
694180fc9a
|
Add windows arm build (#39)
* Add windows arm build
* Add windows arm build
* Add windows arm build
|
4 years ago |
yuhan6665
|
886598542c
|
Add stats counter for outbounds
|
4 years ago |
JH2628
|
98a5d3fc7b
|
Update install-release.sh (#16)
更改安装路径到 v2fly/v2ray-core
|
4 years ago |
Loyalsoldier
|
70283d705c
|
Refine updatedat script (#24)
|
4 years ago |
Kslr
|
2c8f06e121
|
clean code (#22)
|
4 years ago |
kslr
|
bc96f75bcb
|
add armv5
|
4 years ago |
Kslr
|
9f4fb3065d
|
update geoip,geosite
|
5 years ago |
Kslr
|
bab1c33de3
|
fix get the latest release tag error
https://github.com/v2ray/v2ray-core/issues/2373
|
5 years ago |
Dct Mei
|
c5842b91e6
|
Fix missing permissions
|
5 years ago |
unknowndev233
|
b472e3e617
|
add v2ray@.service
|
5 years ago |
unknowndev233
|
882320e45a
|
add NoNewPrivileges=yes & CAP_NET_RAW
|
5 years ago |
zouquan741
|
808ca5d473
|
installInitScript optimize
Should not install systemV init script when we have systemd
|
5 years ago |
loyalsoldier
|
d555508cfe
|
Update geoip.dat & geosite.dat on 2020.03.17
|
5 years ago |
IceCodeNew
|
c7b5d178b7
|
Bug fix
修正当 releases 页存在多个 release 文件时(现在统统都是这样了),脚本错误将多个文件下载并合并为一个 dat 文件的问题。
该问题会导致 dat 文件无法被 v2ctl 程序解析。
简化 geoip.dat 及 geosite.dat 文件的下载代码。
|
5 years ago |
IceCodeNew
|
f45baff01d
|
SC2086
shellcheck: Double quote to prevent globbing and word splitting.
|
5 years ago |
Loyalsoldier
|
c93003eab6
|
Update dat files download links
due to https://github.com/v2ray/geoip/issues/18
|
5 years ago |
unknowndev233
|
19061275ca
|
Fixed minor bugs & add Documentation
|
5 years ago |
xymopen
|
0314d05792
|
refactor: Remove `extract()`
|
5 years ago |
xymopen
|
01e940fd8e
|
refactor: Install directly from zip file
|
5 years ago |
xymopen
|
f9dc0a7fb6
|
feat: Add `zipRoot()`
Get root directory path inside ZIP file
|
5 years ago |
xymopen
|
debbdc7276
|
refactor: Remove `makeExecutable()`, `copyFile()`
|
5 years ago |
unknowndev233
|
e19749180e
|
minor changes
Weaken dependence on nss-lookup.target
Modify comments about https://github.com/v2ray/v2ray-core/issues/1011
|
5 years ago |
unknowndev233
|
7cfd630a03
|
Update v2ray.service
default Type=exec -> Type=simple
|
5 years ago |
unknowndev233
|
2614c37d50
|
v2ray.service upgrade
做了一点微小的工作,例如:
去掉了在非 `forking` 类型中几乎无意义的 `PIDFile` ([因为 systemd 不会写入](https://www.freedesktop.org/software/systemd/man/systemd.service.html#PIDFile=))
把[不推荐使用](https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/)的 `Wants=network.target` 换成 `Wants=network-online.target nss-lookup.target`
|
5 years ago |
xymopen
|
fa657b8681
|
refactor: Remove side effect from `sysArch()`
|
5 years ago |
xymopen
|
4ae653e884
|
refactor: Extract `normalizeVersion()`
|
5 years ago |
xymopen
|
52917c3243
|
refactor: Minor changes to install-release.sh
* Add missing CLI argument variables
* Remove key, COLOR variables
* Standardize EXTRACT_ONLY, ERROR_IF_UPTODATE variables
* Print output to stdout
* Print help using redirection
* Combine configuration conditions
|
5 years ago |
xymopen
|
8f60e8275b
|
style: Remove tailing space
|
5 years ago |