Commit Graph

230 Commits (main)

Author SHA1 Message Date
yuhan6665 41ce6ccf9f
Make reverse proxy compatible with v2fly (#924)
3 years ago
yuhan6665 578d903a9e
Quic related improvements (#915)
3 years ago
Machtergreifung e96e5994d0 Update Vmess Warning Errors
3 years ago
yuhan6665 9ea1bf7c1d Fix shadowsocks xchacha cipher nonce size
3 years ago
yuhan6665 4e88a369c4 Fix vmess test with portList
3 years ago
yuhan6665 e93da4bd02
Fix some tests and format code (#830)
3 years ago
yuhan6665 d5a7901601
Unified drain support for vmess and shadowsocks (#791)
3 years ago
Shelikhoo 6fb5c887b2 Fix DoS attack vulnerability in CommandSwitchAccountFactory
3 years ago
lucifer9 d6ae4e9ba2 Make it easier to configure multiple listening ports
3 years ago
秋のかえで 63d0cb1bd6
Refactor: new Shadowsocks validator (#629)
3 years ago
Shelikhoo 7038bded7b
Added experiment to avoid sending the termination signal
3 years ago
Shelikhoo ff35118af5
VMess AEAD based packet length
3 years ago
世界 707efd6d12
Add loopback outound
3 years ago
世界 77d0419aca
Add socks4/4a support
3 years ago
maskedeken 238bd5d050
Add xchacha20-ietf-poly1305 for Shadowsocks
3 years ago
秋のかえで 9b204ed99b
Fix: Trojan fallback
3 years ago
yuhan6665 45dc97e2b6
Use shadowsocket's bloomring for shadowsocket's replay protection (#764)
3 years ago
yuhan6665 e286cdcaa8
Style: format code by gofumpt (#761)
3 years ago
世界 cd4631ce99
Merge dns (#722)
3 years ago
KallyDev 4abf98c1be
Move from deprecated ioutil to os and io packages (#744)
3 years ago
世界 3b31189f13
Send shadowsocks handshake with payload if available (#736)
3 years ago
hmol233 7033f7cf5f
Fix: protobuf file (#724)
3 years ago
Arthur Morgan ffc2f7c4e2 Style: format code
3 years ago
Arthur Morgan 24b637cd5e
Fix: CounterConnection with ReadV/WriteV (#720)
3 years ago
yuhan6665 f2cb13a8ec
Deprecate legacy VMess header with a planned decommission (#712)
3 years ago
yuhan6665 42d158bd85
vprotogen refine (#717)
3 years ago
yuhan6665 00bcd40c34
remove deprecate ciphers in shadowsocks (#710)
3 years ago
RPRX 100edc370b
Stop at '?' when reading HTTP PATH before shunting
4 years ago
RPRX 924fe16077
Skip Port 53, 443 before using single XUDP for VLESS & VMess
4 years ago
yuhan6665 f50eff5ebb
Add Fake DNS support (#309)
4 years ago
RPRX e1a5392beb
Use buf.PacketReader when UDPOverride is available
4 years ago
RPRX 055fb51ed9
Apply UDPOverride to Freedom Outbound PacketReader
4 years ago
秋のかえで 6380abca73
feat: enforcing VMessAEAD via environment variable (#334)
4 years ago
秋のかえで 1dae2c5636
feat: vmess zero encryption (#333)
4 years ago
RPRX fed8610d3f
Fix Freedom Outbound UDP redirect
4 years ago
RPRX d22c2d034c
Avoid panic in KDF func for Go 1.16
4 years ago
秋のかえで df39991bb3
Refactor: Add Shadowsocks Validator (#233)
4 years ago
秋のかえで 96d7156eba
Fix a typo (#236)
4 years ago
RPRX d170416219
Add environment variable XRAY_CONE_DISABLED option
4 years ago
RPRX 8ca8a7126b Add XUDP support by simply renaming vudp to xudp
4 years ago
RPRX 1174ff3090
Refactor: VLESS & VMess & Mux UDP FullCone NAT
4 years ago
Jim Han 4cd343f2d5
Fix tests (#201)
4 years ago
RPRX 303fd6e261
Standardize Socks Outbound Authentication Behavior
4 years ago
RPRX ceff4185dc
Improve the request for UDP Associate in Socks5
4 years ago
RPRX 8ffc430351
Fix VLESS & Trojan fallbacks xver
4 years ago
Bohan Yang 5bc1bf30ae
Fix fallbacks xver when original address is not TCP address (#182)
4 years ago
Arthur Morgan 5aa053a65f
Convert domain names to lowercase before matching (#195)
4 years ago
Jim Han 7f5e34c857
Regenerate .pb.go files (#187)
4 years ago
RPRX b60cf02603
Optimize TPROXY Inbound UDP write back
4 years ago
RPRX ae98dc75cf
Set unix.SO_REUSEPORT=1 for TPROXY Inbound FakeUDP
4 years ago
RPRX 8ff43519fd
Fix Shadowsocks tests; AEAD drop small UDP packets
4 years ago
RPRX 33755d6e90
Refactor: Shadowsocks AEAD Single-port Multi-user (Needs Optimizations)
4 years ago
RPRX 99863aa2ac
Add SNI shunt support for Trojan fallbacks
4 years ago
RPRX 88f6537540
Make necessary maps in non-empty names before copy
4 years ago
RPRX f0efc0cfde
As substring to match in VLESS fallbacks SNI shunt
4 years ago
RPRX f13ac3cb55
Fix VLESS fallbacks SNI shunt
4 years ago
eMeab d85162ea44
Add SNI shunt support for VLESS (#141)
4 years ago
maskedeken 96adf3fbca
Trojan: Do not panic when UDP dispatcher failed to write response (#153)
4 years ago
RPRX ee15cc253f
Improve configuration detector (cone or symmetric)
4 years ago
RPRX 700966508f
Improve the response to UDP Associate in Socks5
4 years ago
RPRX 7427a55ef1
Adjust Trojan Outbound postRequest
4 years ago
RPRX fb0e517158
Adjust Trojan & Socks handleUDPPayload
4 years ago
maskedeken d5aeb6c545
Refine Trojan packet reader & writer (#142)
4 years ago
RPRX 161e18299c
Fix TPROXY UDP/IPv6
4 years ago
RPRX c41a1a56fe
Refactor: TPROXY inbound UDP write back
4 years ago
RPRX 310a938511
VLESS & VMess are not ready to accept FullCone yet
4 years ago
RPRX 2da07e0f8a
Refactor: FullCone TPROXY Inbound & Socks Outbound
4 years ago
RPRX 13ad3fddf6
Refactor: *net.UDPAddr -> *net.Destination
4 years ago
Arthur Morgan 6f25191822
Changes from v2ray-core (#93)
4 years ago
RPRX 8f8f7dd66f
Refactor: Shadowsocks & Trojan UDP FullCone NAT
4 years ago
RPRX f390047b37
Disable VMess drain when not pure connection
4 years ago
RPRX 6a5618bc54
Outbound Splice supports Inbound XTLS
4 years ago
RPRX 2e942e0303
Fix Trojan XTLS
4 years ago
RPRX f8faf3c8b8 Removal: confonly
4 years ago
RPRX b4e84603a2
Add XTLS Splice to Trojan Outbound
4 years ago
RPRX b3f3c5be81
Use runtime.Gosched() instead
4 years ago
RPRX 41beb4ec04
Add Timer to Inbound metadata struct
4 years ago
RPRX 0d772cd800
Adjust Splice panic strategy
4 years ago
RPRX 16544c18ab v1.1.0
4 years ago
RPRX c7f7c08ead v1.0.0
4 years ago