1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-30 02:55:23 +00:00
Commit Graph

4920 Commits

Author SHA1 Message Date
RPRX
0c72d72f46
Merge pull request #100 from dctxmei/master
feat: New systemd unit file
2020-08-17 10:25:40 +00:00
Dct Mei
3e612d899c
feat: New systemd unit file
1. Add systemd/system/v2ray.service .
2. Add systemd/system/v2ray@.service .
3. Modify the installation path in the BUILD file.

issue v2fly/fhs-install-v2ray#53
2020-08-17 10:23:39 +08:00
Kslr
a150775352
remove systemdv 2020-08-17 05:34:36 +08:00
Kslr
886cef691d
clean release 2020-08-17 05:29:06 +08:00
Kslr
0dc68ee9b9
clean release 2020-08-17 05:24:35 +08:00
RPRX
e0bbf474ae
Add more guide 2020-08-15 13:55:07 +00:00
Kslr
b9dd0efb21
Merge pull request #97 from Vigilans/vigilans/matcher-group-test
Supply test for domain matcher group
2020-08-15 21:30:57 +08:00
Vigilans
1ab9e58dce Supply test for domain matcher group 2020-08-15 21:28:34 +08:00
Kslr
66eedfb832
Merge pull request #96 from DuckSoft/patch-3
goodbye go.sh
2020-08-15 18:31:26 +08:00
DuckSoft
353f927ddf
goodbye go.sh 2020-08-15 16:04:57 +08:00
RPRX
9e99343b43
ERROR: This script has been deprecated 2020-08-15 02:40:30 +00:00
kslr
ac8bc4e731 Deprecated https://install.direct/go.sh 2020-08-14 17:44:08 +08:00
GitHub Action
7d49371f07 update geoip, geosite 2020-08-14 00:24:25 +00:00
Kslr
aa800355c3
Merge pull request #95 from Vigilans/vigilans/dns-subdomain-multimatch
Amend domain matcher with returning values of all matched subdomains
2020-08-13 18:36:01 +08:00
Vigilans
1e222425b6 Amend domain matcher with returning values of all matched subdomains 2020-08-13 15:26:30 +08:00
Kslr
8b4ba03e6f
Merge pull request #94 from Vigilans/vigilans/dns-domain-matcher
Amend domain matcher with returning array of all matches
2020-08-12 19:43:06 +08:00
RPRX
e0472f1e69
1.14.6 -> 1.14.7 2020-08-11 18:35:58 +00:00
Vigilans
c74a33f827 Amending domain matcher with returning array of all matches 2020-08-11 13:31:04 +08:00
RPRX
65c16cd44c
2019 -> 2020 2020-08-09 16:25:29 +00:00
Kslr
111d48130d
Merge pull request #89 from Vigilans/vigilans/dns-dotless-domain
Dotless and local domain support in built-in DNS
2020-08-09 19:27:53 +08:00
Kslr
2dfd9844e7
Merge pull request #87 from Vigilans/vigilans/routing-source-port
Support source port matching in routing config
2020-08-09 19:18:42 +08:00
Vigilans
40c0bcc3ab Support source port matching in routing config 2020-08-09 16:53:45 +08:00
Vigilans
17f51f412c Dotless domain support in built-in DNS 2020-08-09 16:51:06 +08:00
Kslr
1664b4ec9c
Merge pull request #85 from dctxmei/master
feat: Add obsolete warning for old script
2020-08-09 06:51:30 +08:00
Dct Mei
e65c393017
feat: Add obsolete warning for old script
issue #83
2020-08-09 06:43:24 +08:00
Kslr
2f6c3b4f59
update issue template 2020-08-08 22:32:25 +08:00
GitHub Action
91b4bf8154 update geoip, geosite 2020-08-07 00:24:09 +00:00
kslr
75363deb84 release 4.27.0 2020-08-06 19:09:23 +08:00
RPRX
a4d411b085
Merge pull request #80 from rprx/master
VLESS PREVIEW 1.3
2020-08-04 13:30:23 +00:00
RPRX
5708edd117
VLESS PREVIEW 1.3 2020-08-04 13:08:35 +00:00
RPRX
e425876afe
Fix totalSize 2020-08-04 03:50:22 +00:00
RPRX
070e72f581
unexpected -> invalid 2020-08-03 19:16:14 +00:00
RPRX
5e753007ad
Fix test 2020-08-03 15:17:06 +00:00
RPRX
9b36ce95d9
Merge pull request #78 from rprx/master
VLESS PREVIEW 1.2
2020-08-03 13:52:52 +00:00
Kslr
f04821905d
Merge pull request #77 from v2fly/dependabot/go_modules/github.com/miekg/dns-1.1.31
Bump github.com/miekg/dns from 1.1.30 to 1.1.31
2020-08-03 15:45:31 +08:00
RPRX
1cfc02e720
VLESS PREVIEW 1.2 2020-08-03 06:13:26 +00:00
dependabot[bot]
81a7fedc95
Bump github.com/miekg/dns from 1.1.30 to 1.1.31
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.30 to 1.1.31.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.30...v1.1.31)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-03 05:54:55 +00:00
RPRX
2c49559c61
Merge pull request #76 from Vigilans/vigilans/tproxy-sockopt
Apply sockopt from inbound config to dokodemo tproxy's response connection
2020-08-02 03:02:36 +00:00
RPRX
7ec05363f3
Merge pull request #74 from darhwa/http-outbound
Fix http outbound to get correct TLS negotiated protocol when "stats" setting exists
2020-08-01 09:40:42 +00:00
Nicholas Wang
62db92f632 initial security policy 2020-08-01 01:10:32 -05:00
Vigilans
30e312f72b Apply sockopt from inbound config to dokodemo tproxy's response connection 2020-08-01 02:04:06 +08:00
Darhwa
cae278dd00 Fix http outbound
Get correct TLS negotiated protocol when stats setting exists
2020-07-31 23:51:08 +08:00
Darhwa
1acb2fd854 Some cleaning and linting 2020-07-31 23:49:54 +08:00
Kslr
45bf57826d
Merge pull request #72 from darhwa/doh-h2
Enable ForceAttemptHTTP2 on DoH client
2020-07-31 22:54:51 +08:00
Darhwa
e9c891d5b5 Enable ForceAttemptHTTP2 on DoH client 2020-07-31 17:07:56 +08:00
Kslr
d84507ae15
Merge pull request #71 from v2fly/dependabot/go_modules/google.golang.org/grpc-1.31.0
Bump google.golang.org/grpc from 1.30.0 to 1.31.0
2020-07-31 14:35:08 +08:00
dependabot[bot]
dfdb930109
Bump google.golang.org/grpc from 1.30.0 to 1.31.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.30.0...v1.31.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 05:11:40 +00:00
Kslr
746ec61fb6
Merge pull request #70 from Vigilans/vigilans/inbound-sockopt
Move setting of SO_REUSEPORT out of applyInboundSocketOptions
2020-07-31 10:10:33 +08:00
GitHub Action
89a2ac81c6 update geoip, geosite 2020-07-31 00:22:55 +00:00
Vigilans
39cbe4ab13 Implement setReuseAddr and setReusePort in sockopt_{os}.go 2020-07-31 01:20:12 +08:00