wwqgtxx
|
dc3e144b6a
|
Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha
|
2022-11-12 20:43:48 +08:00 |
|
cubemaze
|
d78b2b1cfb
|
Merge pull request #256 from Skimmle/Alpha
featrue: DoH and DoQ are implemented using AdGuardTeam/dnsProxy
|
2022-11-12 11:19:04 +08:00 |
|
Skimmle
|
3e20912339
|
featrue: DoH and DoQ are implemented using AdGuardTeam/dnsProxy, DoH support perfer and force http3
|
2022-11-12 11:14:51 +08:00 |
|
wwqgtxx
|
b2d7149a95
|
chore: support IN-PORT rule
|
2022-11-11 23:36:06 +08:00 |
|
wwqgtxx
|
68b28ed530
|
chore: shadowsocks listener support old cipher
|
2022-11-11 22:44:44 +08:00 |
|
wwqgtxx
|
3eacce9a66
|
chore: add vmess, shadowsocks, tcptun and udptun listener
|
2022-11-11 20:56:08 +08:00 |
|
wwqgtxx
|
6dadc2357a
|
chore: remove AddrType on Metadata
|
2022-11-11 09:19:50 +08:00 |
|
wwqgtxx
|
ae08d13de4
|
chore: support wireguard outbound
|
2022-11-09 18:44:06 +08:00 |
|
wwqgtxx
|
19b7c7f52a
|
Fix: a shared fastSingle.Do() may cause providers untouched (#2378)
|
2022-11-04 13:11:01 +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 |
|
wwqgtxx
|
a46436f61a
|
chore: parse user's hosts before remoteDial
|
2022-10-29 09:03:00 +08:00 |
|
wwqgtxx
|
77a3c1c3ae
|
fix: tun stack shown
|
2022-10-10 19:02:57 +08:00 |
|
adlyq
|
9b89ff9f2d
|
feat: support sub-rule, eg.
rules:
- SUB-RULE,(AND,((NETWORK,TCP),(DOMAIN-KEYWORD,google))),TEST2
- SUB-RULE,(GEOIP,!CN),TEST1
- MATCH,DIRECT
sub-rules:
TEST2:
- MATCH,Proxy
TEST1:
- RULE-SET,Local,DIRECT,no-resolve
- GEOSITE,CN,Domestic
- GEOIP,CN,Domestic
- MATCH,Proxy
|
2022-09-06 17:30:35 +08:00 |
|
Skyxim
|
99effb051b
|
feat: add ip-version param
|
2022-08-28 13:41:43 +08:00 |
|
metacubex
|
02933ae568
|
Fix: nil pointer
|
2022-08-12 12:49:35 +08:00 |
|
metacubex
|
4ca2d4146b
|
Merge remote-tracking branch 'origin/Alpha' into Alpha
|
2022-08-12 03:36:15 +08:00 |
|
metacubex
|
65a289e16f
|
Chore: clean code
|
2022-08-12 03:04:58 +08:00 |
|
metacubex
|
637707e58f
|
Chore: Migration 1.19
|
2022-08-12 00:07:13 +08:00 |
|
Skyxim
|
473d0f74bd
|
fix: remove extra and the actual original IDNA domain name is no longer stored, for reduce memory
|
2022-08-11 21:50:16 +08:00 |
|
Dreamacro
|
50105f0559
|
Migration: go1.19
|
2022-08-07 21:45:50 +08:00 |
|
zhudan
|
31f4d20477
|
support ebpf
|
2022-07-29 09:08:35 +08:00 |
|
Skyxim
|
6a4063af0d
|
refactor: optimize nodes caching
|
2022-07-20 08:53:54 +08:00 |
|
Dreamacro
|
aaf08dadff
|
Change: remove AddrType on Metadata (#2199)
|
2022-07-05 20:26:43 +08:00 |
|
adlyq
|
ed17a1bf23
|
fix: group filter touch provider
|
2022-06-07 17:19:25 +08:00 |
|
世界
|
35a6666a84
|
feat: add hysteria
|
2022-06-07 13:46:54 +08:00 |
|
Skyxim
|
298ca42369
|
chore: 启动参数v,查看版本同时打印使用的tags
|
2022-06-03 20:23:53 +08:00 |
|
adlyq
|
04e5d02ab9
|
feat: IP-SUFFIX
eg. IP-SUFFIX,0.0.0.124/6,匹配ip二进制后四位(IP-CIDR的倒序),支持ipv6
|
2022-06-02 12:53:19 +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 |
|
adlyq
|
7431001ed6
|
feat: RESTful API support update Geo file
and can set update url by user, eg.
geox-url:
geoip: "http://xxxx/gepip.dat"
mmdb: "http://xxxx/country.mmdb"
geosite: "http://xxxx/geosite.dat"
|
2022-05-24 15:04:13 +08:00 |
|
adlyq
|
3ab82849d4
|
feat: IN-TYPE rule support
eg. IN-TYPE,SOCKS/REDIR/INNER,Proxy
support list: HTTP HTTPS SOCKS SOCKS4 SOCKS5 REDIR TPROXY TUN INNER
|
2022-05-20 23:17:16 +08:00 |
|
adlyq
|
c4408612b3
|
chore: 暴露数据给前端
|
2022-05-17 16:47:21 +08:00 |
|
Skyxim
|
0742f7db26
|
refactor: 重构StickySessions
|
2022-05-17 13:28:54 +08:00 |
|
CHIZI-0618
|
5bd5f1bfda
|
chore: remove Script mode residual code.
|
2022-05-14 13:00:33 +08:00 |
|
Skyxim
|
fb58595d44
|
feat: Expose remote destination (udp proxy maybe domain of node)
|
2022-05-04 16:57:08 +08:00 |
|
adlyq
|
d617b0f447
|
style: uid log tidy
|
2022-05-02 19:52:34 +08:00 |
|
MetaCubeX
|
0cf539fb82
|
chore: adjust sniffer constant
|
2022-05-02 08:49:18 +08:00 |
|
Meta
|
658f1f5cda
|
fix code mistake
|
2022-05-02 05:34:20 +08:00 |
|
MetaCubeX
|
6d704b9cd1
|
feat: sniffer support http
|
2022-05-02 05:10:18 +08:00 |
|
wwqgtxx
|
861205dbbe
|
support udp in relay if last proxy could udp-over-tcp
|
2022-04-30 11:36:42 +08:00 |
|
adlyq
|
b9f270162a
|
refactor: field name
|
2022-04-28 23:10:08 +08:00 |
|
adlyq
|
f1dab9e9ce
|
refactor: optimize the performance of filter in proxy-group
|
2022-04-28 19:01:13 +08:00 |
|
adlyq
|
47568051bf
|
fix: problems caused when uid is 0
|
2022-04-28 11:51:40 +08:00 |
|
adlyq
|
2f95d56a12
|
pref: uid style in log
|
2022-04-23 17:37:50 +08:00 |
|
adlyq
|
b8d5321615
|
feat: cache uid
|
2022-04-23 12:11:26 +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 |
|
adlyq
|
3d6aea4c1e
|
feat: support uid rule
eg. UID,1000/5000-6000,Proxy
|
2022-04-22 16:27:51 +08:00 |
|
adlyq
|
0cb5270452
|
Merge remote-tracking branch 'origin/Alpha' into Alpha
|
2022-04-22 15:58:57 +08:00 |
|