RPRX
ee1e18df24
Schedulers -> Flow
4 years ago
Kslr
2a3fe11952
VMess AEAD will be used when alterId is 0
4 years ago
RPRX
16fe0b03f6
Do not convert @ to \x00
4 years ago
lucifer9
801b9490b8
fix abstract UDS & add PROXY protocol support to DS inbound
4 years ago
Felix Yan
11bf22b234
Fix dns tests by setting v2ray.location.asset
4 years ago
Felix Yan
7001483b62
Don't copy assets if they are already present
...
They can now reside in system path (like /usr/share/v2ray), so it's not
possible to copy into there.
4 years ago
RPRX
84aaf3a1e3
VLESS PREVIEW 1.5
4 years ago
RPRX
a3bc930075
Add PROXY protocol support to WS inbound
...
https://github.com/v2fly/v2ray-core/pull/103
4 years ago
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>
4 years ago
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
4 years ago
Vigilans
dfeaef75e7
Refactor DNS Server to record original rule of domain matchers
4 years ago
Kslr
111d48130d
Merge pull request #89 from Vigilans/vigilans/dns-dotless-domain
...
Dotless and local domain support in built-in DNS
4 years ago
Vigilans
40c0bcc3ab
Support source port matching in routing config
4 years ago
Vigilans
17f51f412c
Dotless domain support in built-in DNS
4 years ago
RPRX
5e753007ad
Fix test
4 years ago
RPRX
1cfc02e720
VLESS PREVIEW 1.2
4 years ago
RPRX
bad7e2cfd8
VLESS PREVIEW 1.1
4 years ago
yuhan6665
2e20d34f84
Fix parser for shadowsocks cipher none
4 years ago
Shelikhoo
d2266bb52c
Alias for ext: to reduce ambiguous ext: used without context
4 years ago
Kslr
a8f3450b89
Merge pull request #38 from yuhan6665/master
...
Add stats counter for outbounds
4 years ago
yuhan6665
886598542c
Add stats counter for outbounds
4 years ago
Agioi Theodoroi
bbd3988f3d
clean up code
4 years ago
Darhwa
8e791e92bc
Further strip unique signatures of tls handshake
...
1. allow users to disable session ticket
2. set default alpn to ["h2", "http/1.1"]
5 years ago
Shelikhoo
aece8a6a86
Added Seed to mKCP, encrypts the packets
5 years ago
Shelikhoo
d06a4d1f50
Added TestsEnabled Settings to enable VMessAEAD test
5 years ago
Shelikhoo
00103d1f73
Fix tests
5 years ago
vcptr
0fd0c374c1
fix config compatibility with old inbound/inboundDetors/out
5 years ago
vcptr
0d71d3dcf8
revert back to multiconfig
5 years ago
Kslr
fdbec9a141
Revert "multiple config"
5 years ago
Kslr
e6f226c64d
Revert "add arg -confdir"
5 years ago
vcptr
5ae47d45c2
multiconf with -confdir arg
5 years ago
vcptr
a36631357c
add comments to new added code
5 years ago
vcptr
f54bbb903d
fix testcase
5 years ago
vcptr
3b4a4607e5
fix test case; outbound with tail appends
5 years ago
vcptr
61e95e06c0
remove unused pkg
5 years ago
vcptr
904db6bd61
mconfig subcommand ready
5 years ago
vcptr
7b289d16cf
conf obj override method
5 years ago
vcptr
b4b4b3d032
doh config use RFC8484 url format
5 years ago
vcptr
59e3a2a67c
add comments to exported func
5 years ago
vcptr
ceb77ac8f5
only add to ipIndexMap if GeoIP is configured
...
clearer logging for expectIPs
refactor dns init code
optimal to default port logic
clear message exit if doh met error
5 years ago
vcptr
6ef77246ab
add DOH dns client
5 years ago
Kslr
e52d3fa90b
Merge pull request #2037 from weaving118/master
...
add ip match feature for dns
5 years ago
weaving118
1345185b81
add errExpectedIPNonMatch and return nil if empty response
5 years ago
vcptr
47a5c970fc
fix test failed on logger position
5 years ago
vcptr
901e4837ad
logger module start firstly
5 years ago
weaving118
101f5d32fa
add ip match feature for dns
5 years ago
forever8938
6bfe044cfa
Support external domain file for dns hosts
5 years ago
wuxiaolong
97764114ea
Support http outbound
5 years ago
Kirill Motkov
0401a91ef4
Some code improvements
...
* Rewrite empty string checks more idiomatically.
* Change strings.ToLower comparisons to strings.EqualFold.
* Rewrite switch statement with only one case as if.
5 years ago
boypt
79cf94be6c
add: mute access/error logger seperately
6 years ago