1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-22 23:45:24 +00:00
Commit Graph

4936 Commits

Author SHA1 Message Date
loyalsoldier
3954a4859f
Auto update GitHub Actions workflow version 2020-08-24 16:23:24 +08:00
Kslr
8cd710ddc4
Merge pull request #110 from Loyalsoldier/update-gomod
Clean go.sum by running go mod tidy
2020-08-24 01:57:03 +08:00
loyalsoldier
b54fe33e07
Clean go.sum by running go mod tidy 2020-08-24 01:37:47 +08:00
RPRX
1ff89cda11
Merge pull request #107 from Loyalsoldier/fix-empty-rules-and-dns
Fix: loging empty rules & DNS
2020-08-22 16:46:50 +00:00
loyalsoldier
00b4217aab
Fix: loging empty rules & DNS 2020-08-22 19:07:14 +08:00
lucifer
5df17338a1
Add PROXY protocol support to tcp inbound (#103)
* Add  PROXY protocol support to tcp inbound

* add settings for PROXY protocol

* Adjust hub.go

Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2020-08-21 13:31:44 +00:00
GitHub Action
9362e2b5dd update geoip, geosite 2020-08-21 00:26:13 +00:00
Kslr
32580c3823
use fly file 2020-08-19 23:06:16 +08:00
Kslr
c162fa86e9
default single config and remove V2RAY_LOCATION_ASSET 2020-08-18 20:44:00 +08:00
Kslr
ea5d1ee664
Merge pull request #99 from darhwa/http-outbound
Reduce extra RTT when setting up CONNECT tunnel in http outbound (not vmess through http)
2020-08-18 01:02:31 +08:00
Kslr
dabefc6338
Merge pull request #98 from Vigilans/vigilans/dns-server-matcher-info
Refactor & Log rules matching of built-in DNS's domain matcher
2020-08-18 01:01:06 +08:00
Kslr
f5de4fce92
Merge pull request #101 from vcptr/assetpath
add asset location search
2020-08-17 19:15:45 +08:00
vcptr
bc008113b6 add asset location search 2020-08-17 18:56:01 +08:00
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
Vigilans
22b4e68a2d Log matched rules and DNS to use during priority matching
2. Dotless domain support in static host & modify first letter's captial in log
2020-08-16 22:18:28 +08:00
Vigilans
dfeaef75e7 Refactor DNS Server to record original rule of domain matchers 2020-08-16 22:18:12 +08:00
Darhwa
d05ddc8f78 Make http outbound 0-rtt 2020-08-15 23:58:58 +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