Loyalsoldier
c93003eab6
Update dat files download links
...
due to https://github.com/v2ray/geoip/issues/18
5 years ago
vcptr
0d71d3dcf8
revert back to multiconfig
5 years ago
Kslr
b217cade28
release 4.23.0
5 years ago
Kslr
d80f8e4d33
Merge pull request #2350 from v2ray/revert-2157-master
...
Revert "Reduce http proxy client overhead by 1RTT"
5 years ago
Kslr
bb939ae03f
Revert "Reduce http proxy client overhead by 1RTT"
5 years ago
FH0
7651fb5586
fix udp broken
5 years ago
FH0
fb0f05b159
fix udp broken
5 years ago
FH0
7cfa5aed18
fix udp broken
5 years ago
Richard Chen
3feec68a87
Merge pull request #2341 from Loyalsoldier/master
...
Update geoip.dat & geosite.dat on 2020.03.17
5 years ago
loyalsoldier
50b52286a6
Update geoip.dat & geosite.dat on 2020.03.17
5 years ago
Richard Chen
e267c36492
Merge pull request #2338 from IceCodeNew/master
...
修复构建脚本的错误下载逻辑
5 years ago
IceCodeNew
c84ab8b757
Bug fix
...
修正当 releases 页存在多个 release 文件时(现在统统都是这样了),脚本错误将多个文件下载并合并为一个 dat 文件的问题。
该问题会导致 dat 文件无法被 v2ctl 程序解析。
简化 geoip.dat 及 geosite.dat 文件的下载代码。
5 years ago
IceCodeNew
4e90a6dc44
SC2086
...
shellcheck: Double quote to prevent globbing and word splitting.
5 years ago
Kslr
1628878827
Merge pull request #2327 from Loyalsoldier/update-url
...
Update dat files download links
5 years ago
Loyalsoldier
c851a92b52
Update dat files download links
...
due to https://github.com/v2ray/geoip/issues/18
5 years ago
Kslr
2dc4b26b43
Merge pull request #2154 from vcptr/mixconfig
...
multiconfig
5 years ago
vcptr
5d13ec9196
code style optmize in dispatch func
5 years ago
vcptr
04a0c04934
doh route strategy optimized
5 years ago
unknowndev233
19061275ca
Fixed minor bugs & add Documentation
5 years ago
lucifer9
9608f77ba8
fix udp not work in ipv4 using common config
5 years ago
lucifer9
d055c0497d
fix tproxy udp "unable to get destination" in IPv6 environment
5 years ago
ToutyRater
30b5f521c4
typo
5 years ago
nullptr
450bc5b3f0
Add SO_REUSEPORT to inbound
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
Anonymous-Someneese
99cf401867
http: send HTTP Connect if no content is written after 5ms.
5 years ago
Anonymous-Someneese
82dee01833
Fix reverse proxy with the HTTP optimization
...
And any other protocol that require the connection initializer to send first, E.g. freedom with TFO.
5 years ago
Anonymous-Someneese
a5caa01cb6
Optimize HTTP tunnel setup in TFO environment
5 years ago
Anonymous-Someneese
197fe15d5a
Fix code quality
5 years ago
Anonymous-Someneese
f0e63c6e3c
Reduce http proxy client overhead by 1RTT
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
lucifer9
e176746d03
make Codacy/PR Quality Review happy
5 years ago
lucifer9
8c6dac924c
code cleanup to make Codacy/PR Quality Review happy
5 years ago
lucifer
2ad7060375
add freebsd/pf support:
...
- transparent proxy (pf rdr) in IPv4 environment
- support both tcp and udp
- enable TCP_FASTOPEN, SO_REUSEPORT_LB, SO_REUSEADDR
- sockopt:mark is mapped to SO_USER_COOKIE
5 years ago
tnextday
ad3bcd2c07
pass username to inbound.User.Email in http/socks server
5 years ago
mzz2017
7f4f8091f9
feat/fix: dns query subscriptions group by A and AAAA. fix problem that empty result would poll dns server in DoH mode
5 years ago
mzz2017
4a663f2b25
fix( #2211 ): problem that AAAA query returns A result
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
Loyalsoldier
4a6ae20474
Update rules dat file URL
...
Update rules dat file URL to GitHub default latest downloadable assets URL
5 years ago
unknowndev233
a75525262f
add v2ray@.service
5 years ago
unknowndev233
3c3282f08a
add NoNewPrivileges=yes & CAP_NET_RAW
5 years ago
mzz2017
95f6bcc9ca
feat: support more types of certificates
5 years ago
zouquan741
630e7fed40
installInitScript optimize
...
Should not install systemV init script when we have systemd
5 years ago