wwqgtxx
|
fc50392ec7
|
chore: cleanup natTable's api
|
2023-02-18 13:16:07 +08:00 |
|
Ovear
|
8e4dfbd10d
|
feat: introduce a new robust approach to handle tproxy udp. (#389)
|
2023-02-17 16:31:15 +08:00 |
|
metacubex
|
2b2644a76f
|
chore: restful api display xudp for VLESS and VMess
|
2023-01-28 00:07:20 +08:00 |
|
wwqgtxx
|
7496d9c114
|
chore: rebuild relay
|
2022-12-19 21:34:07 +08:00 |
|
wwqgtxx
|
c63dd62ed2
|
chore: support relay native udp when using ss and ssr protocol
|
2022-12-19 17:02:04 +08:00 |
|
wwqgtxx
|
6fc62da7ae
|
chore: change C.PacketAdapter from a struct to an interface
|
2022-12-04 14:37:52 +08:00 |
|
metacubex
|
8c0fbb3665
|
chore: restful api display fast-open for tuic and hysteria
|
2022-11-29 00:56:27 +08:00 |
|
wwqgtxx
|
59bd11a3a7
|
chore: add tuic outbound
close #133
|
2022-11-25 08:08:14 +08:00 |
|
wwqgtxx
|
b2d7149a95
|
chore: support IN-PORT rule
|
2022-11-11 23:36:06 +08:00 |
|
wwqgtxx
|
ae08d13de4
|
chore: support wireguard outbound
|
2022-11-09 18:44:06 +08:00 |
|
wwqgtxx
|
972d3f1d39
|
fix: UrlTest's torch not work
close #232
|
2022-10-31 16:45:14 +08:00 |
|
wwqgtxx
|
b9d8b69889
|
fix: lazy check
|
2022-10-30 23:08:18 +08:00 |
|
世界
|
35a6666a84
|
feat: add hysteria
|
2022-06-07 13:46:54 +08:00 |
|
adlyq
|
4092a7c84b
|
feat: proxies group URLTest api
|
2022-05-30 22:07:09 +08:00 |
|
Skyxim
|
72fb153fe0
|
refactor: 优化UDP远程目标获取
|
2022-05-26 23:41:09 +08:00 |
|
wwqgtxx
|
861205dbbe
|
support udp in relay if last proxy could udp-over-tcp
|
2022-04-30 11:36:42 +08:00 |
|
adlyq
|
de4341c8cd
|
Revert: "fix: proxy-groups filter logic"
This reverts commit 8a85c63b08 .
|
2022-04-22 18:56:35 +08:00 |
|
adlyq
|
8a85c63b08
|
fix: proxy-groups filter logic
|
2022-04-22 17:27:55 +08:00 |
|
MetaCubeX
|
611ce5f5f1
|
[commit]
[Feat] add Pass type for support temporary skip rule set
|
2022-03-27 23:44:51 +08:00 |
|
admin
|
06942c67fd
|
Fix the filter under proxy-group to filter other groups
|
2022-02-23 16:17:29 +08:00 |
|
yaling888
|
b192238699
|
Merge from remote branch
|
2022-02-23 01:00:27 +08:00 |
|
Clash-Mini
|
a5ce62db33
|
Merge branch 'clash-dev' into Dev
|
2022-01-25 15:05:24 +08:00 |
|
Skyxim
|
b15344ec78
|
[Refactor]
1.allow maybe empty group
2.use COMPATIBLE(DIRECT alias) when proxy group is empty
3.http provider pass through tunnel
|
2022-01-18 21:09:36 +08:00 |
|
thank243
|
9732efe938
|
Fix: tls handshake requires a timeout (#1893)
|
2022-01-15 19:33:21 +08:00 |
|
Maze.tsz
|
3bb32d12e0
|
Merge remote-tracking branch 'clash/dev' into Meta
# Conflicts:
# .github/workflows/docker.yml
# dns/server.go
# go.mod
# go.sum
# hub/executor/executor.go
# test/go.mod
# test/go.sum
|
2022-01-04 17:31:07 +08:00 |
|
beyondkmp
|
1401a82bb0
|
Feature: add filter on proxy provider (#1511)
|
2021-11-20 23:38:49 +08:00 |
|
Mazeorz
|
900e852525
|
[test]
|
2021-11-17 16:03:47 +08:00 |
|
Dreamacro
|
1a7830f18e
|
Feature: dial different NIC for all proxies (#1714)
|
2021-11-07 16:48:51 +08:00 |
|
yaling888
|
2680e8ffa3
|
Merge from remote branch
|
2021-10-28 11:36:11 +08:00 |
|
Dreamacro
|
68753b4ae1
|
Chore: contexify ProxyAdapter ListenPacket
|
2021-10-15 21:44:53 +08:00 |
|
yaling888
|
d7732f6ebc
|
Code: refresh code
|
2021-07-01 22:49:29 +08:00 |
|
Dreamacro
|
045edc188c
|
Style: code style
|
2021-06-10 14:05:56 +08:00 |
|
Dreamacro
|
807d53c1e7
|
Chore: Clarify the definition of StreamConn and DialContext
|
2021-03-22 23:26:20 +08:00 |
|
Dreamacro
|
f4de055aa1
|
Refactor: make inbound request contextual
|
2021-01-23 14:58:09 +08:00 |
|
kongminhao
|
8c3e2a7559
|
Chore: fix typo (#1017)
|
2020-10-14 19:56:02 +08:00 |
|
goomadao
|
33a6579a3a
|
Feature: add ssr support (#805)
* Refactor ssr stream cipher to expose iv and key
References:
https://github.com/Dreamacro/go-shadowsocks2
https://github.com/sh4d0wfiend/go-shadowsocksr2
* Implement ssr obfs
Reference:
https://github.com/mzz2017/shadowsocksR
* Implement ssr protocol
References:
https://github.com/mzz2017/shadowsocksR
https://github.com/shadowsocksRb/shadowsocksr-libev
https://github.com/shadowsocksr-backup/shadowsocksr
|
2020-07-22 23:02:15 +08:00 |
|
Dreamacro
|
59bda1d547
|
Change: local resolve DNS in UDP request due to TURN failed
|
2020-06-12 23:39:03 +08:00 |
|
duama
|
752f87a8dc
|
Feature: support proxy-group in relay (#597)
|
2020-05-07 21:42:52 +08:00 |
|
Dreamacro
|
1825535abd
|
Improve: recycle buffer after packet used
|
2020-04-16 18:19:36 +08:00 |
|
duama
|
c0a2473160
|
Feature: support relay (proxy chains) (#539)
|
2020-03-21 23:46:49 +08:00 |
|
Dreamacro
|
b562f28c1b
|
Feature: support trojan
|
2020-03-19 20:26:53 +08:00 |
|
Dreamacro
|
7b48138ad0
|
Fix: vmess udp crash
|
2020-02-17 17:34:19 +08:00 |
|
Dreamacro
|
26ce3e8814
|
Improve: udp NAT type
|
2020-01-31 14:43:54 +08:00 |
|
Comzyh
|
93ea037230
|
Improve: UDP relay refactor (#441)
Co-authored-by: Dreamacro <Dreamacro@vip.qq.com>
|
2019-12-28 18:44:01 +08:00 |
|
Dreamacro
|
c427bc89ef
|
Feature: add experimental provider
|
2019-12-08 12:17:24 +08:00 |
|
Dreamacro
|
7c4a359a2b
|
Fix: dial tcp with context to avoid margin of error
|
2019-10-12 23:55:39 +08:00 |
|
Dreamacro
|
06c9dfdb80
|
Feature: experimental support snell
|
2019-10-09 18:46:23 +08:00 |
|
comwrg
|
71f0a4e35e
|
Fix: typo (#281)
|
2019-08-26 12:26:14 +08:00 |
|
Yunhao Zhang
|
b926f4cf09
|
Feature: trace adapters when dialing (#170)
|
2019-08-09 01:28:37 +08:00 |
|
Dreamacro
|
7c6c147a18
|
Optimization: refactor picker
|
2019-07-02 19:18:03 +08:00 |
|