Loyalsoldier
c851a92b52
Update dat files download links
...
due to https://github.com/v2ray/geoip/issues/18
2020-03-13 08:15:51 +08:00
Kslr
2dc4b26b43
Merge pull request #2154 from vcptr/mixconfig
...
multiconfig
2020-03-12 00:54:00 +08:00
vcptr
5d13ec9196
code style optmize in dispatch func
2020-03-12 00:42:29 +08:00
vcptr
04a0c04934
doh route strategy optimized
2020-03-12 00:42:29 +08:00
unknowndev233
19061275ca
Fixed minor bugs & add Documentation
2020-03-12 00:42:29 +08:00
lucifer9
9608f77ba8
fix udp not work in ipv4 using common config
2020-03-12 00:42:29 +08:00
lucifer9
d055c0497d
fix tproxy udp "unable to get destination" in IPv6 environment
2020-03-12 00:42:29 +08:00
ToutyRater
30b5f521c4
typo
2020-03-12 00:42:29 +08:00
nullptr
450bc5b3f0
Add SO_REUSEPORT to inbound
2020-03-12 00:42:29 +08:00
xymopen
0314d05792
refactor: Remove `extract()`
2020-03-12 00:42:29 +08:00
xymopen
01e940fd8e
refactor: Install directly from zip file
2020-03-12 00:42:29 +08:00
xymopen
f9dc0a7fb6
feat: Add `zipRoot()`
...
Get root directory path inside ZIP file
2020-03-12 00:42:29 +08:00
xymopen
debbdc7276
refactor: Remove `makeExecutable()`, `copyFile()`
2020-03-12 00:42:29 +08:00
Anonymous-Someneese
99cf401867
http: send HTTP Connect if no content is written after 5ms.
2020-03-12 00:42:29 +08:00
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.
2020-03-12 00:42:29 +08:00
Anonymous-Someneese
a5caa01cb6
Optimize HTTP tunnel setup in TFO environment
2020-03-12 00:42:29 +08:00
Anonymous-Someneese
197fe15d5a
Fix code quality
2020-03-12 00:42:29 +08:00
Anonymous-Someneese
f0e63c6e3c
Reduce http proxy client overhead by 1RTT
2020-03-12 00:42:29 +08:00
unknowndev233
e19749180e
minor changes
...
Weaken dependence on nss-lookup.target
Modify comments about https://github.com/v2ray/v2ray-core/issues/1011
2020-03-12 00:42:29 +08:00
unknowndev233
7cfd630a03
Update v2ray.service
...
default Type=exec -> Type=simple
2020-03-12 00:42:29 +08:00
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`
2020-03-12 00:42:29 +08:00
lucifer9
e176746d03
make Codacy/PR Quality Review happy
2020-03-12 00:42:29 +08:00
lucifer9
8c6dac924c
code cleanup to make Codacy/PR Quality Review happy
2020-03-12 00:42:29 +08:00
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
2020-03-12 00:42:29 +08:00
tnextday
ad3bcd2c07
pass username to inbound.User.Email in http/socks server
2020-03-12 00:42:29 +08:00
mzz2017
7f4f8091f9
feat/fix: dns query subscriptions group by A and AAAA. fix problem that empty result would poll dns server in DoH mode
2020-03-12 00:42:29 +08:00
mzz2017
4a663f2b25
fix( #2211 ): problem that AAAA query returns A result
2020-03-12 00:42:29 +08:00
xymopen
fa657b8681
refactor: Remove side effect from `sysArch()`
2020-03-12 00:42:29 +08:00
xymopen
4ae653e884
refactor: Extract `normalizeVersion()`
2020-03-12 00:42:29 +08:00
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
2020-03-12 00:42:29 +08:00
xymopen
8f60e8275b
style: Remove tailing space
2020-03-12 00:42:29 +08:00
Loyalsoldier
4a6ae20474
Update rules dat file URL
...
Update rules dat file URL to GitHub default latest downloadable assets URL
2020-03-12 00:42:29 +08:00
unknowndev233
a75525262f
add v2ray@.service
2020-03-11 00:34:25 +08:00
unknowndev233
3c3282f08a
add NoNewPrivileges=yes & CAP_NET_RAW
2020-03-10 23:49:42 +08:00
mzz2017
95f6bcc9ca
feat: support more types of certificates
2020-03-09 14:33:12 +08:00
zouquan741
630e7fed40
installInitScript optimize
...
Should not install systemV init script when we have systemd
2020-03-05 21:09:45 +08:00
Kslr
c44dd39507
Merge pull request #2305 from vcptr/dohroute
...
doh route strategy optimized
2020-03-04 00:30:48 +08:00
vcptr
490f66d443
code style optmize in dispatch func
2020-03-03 13:36:43 +08:00
vcptr
31a1cf0647
doh route strategy optimized
2020-03-03 13:36:43 +08:00
Kslr
a080e9c067
Merge pull request #2287 from unknowndev233/master
...
Fixed minor bugs & add Documentation
2020-03-03 01:45:40 +08:00
Kslr
9789a946f4
Merge pull request #2300 from lucifer9/fixipv4udp
...
fix udp not work in ipv4 using common config
2020-02-29 14:25:51 +08:00
lucifer9
2c50e56904
fix udp not work in ipv4 using common config
2020-02-29 12:08:02 +08:00
unknowndev233
1e6a007ce1
Fixed minor bugs & add Documentation
2020-02-26 23:57:15 +08:00
Kslr
333d20d7d9
Merge pull request #2281 from lucifer9/fixudpv6
...
fix tproxy udp "unable to get destination" in IPv6 environment
2020-02-25 17:47:59 +08:00
lucifer9
7979478367
fix tproxy udp "unable to get destination" in IPv6 environment
2020-02-25 11:58:49 +08:00
Kslr
0659a89118
Merge pull request #2272 from ToutyRater/patch-2
...
typo
2020-02-21 22:06:52 +08:00
ToutyRater
a27cfdf2fd
typo
2020-02-21 13:05:57 +00:00
Kslr
4f059a1c52
Merge pull request #2228 from enihcam/master
...
Add SO_REUSEPORT to inbound
2020-02-19 03:33:25 +08:00
Kslr
f9806916b9
Merge pull request #2176 from xymopen/backport
...
feat: Install directly from zip file
2020-02-19 03:31:28 +08:00
Kslr
2c0d55e904
Merge pull request #2157 from Anonymous-Someneese/master
...
Reduce http proxy client overhead by 1RTT
2020-02-19 03:26:58 +08:00