metacubex
02d3468516
chore: Android version supports child processes following the main process rules
2022-12-11 18:24:55 +08:00
wwqgtxx
a6f7e1472b
fix: let doh/dot server follow hosts and can remotely resolve itself ip
2022-12-07 20:01:44 +08:00
wwqgtxx
bc5ab3120f
fix: use same strClone function
2022-11-30 20:38:03 +08:00
wwqgtxx
df8e129fc6
chore: optimize DomainTrie for only one child
2022-11-30 19:42:05 +08:00
wwqgtxx
84caee94af
chore: decrease DomainTrie's memory use
2022-11-30 18:50:46 +08:00
wwqgtxx
59bd11a3a7
chore: add tuic outbound
...
close #133
2022-11-25 08:08:14 +08:00
Skyxim
d5973cf8a6
chore: Adjust error of dialer
2022-11-19 10:57:33 +08:00
Skyxim
1d3cc36eef
chore: return context error
2022-11-19 10:50:13 +08:00
Skyxim
8fcfecbed1
chore: Adjust the return
2022-11-19 10:47:03 +08:00
wwqgtxx
7c1b878c3f
fix: resolver's ctx
2022-11-19 10:45:44 +08:00
wwqgtxx
a3425c0e78
chore: sync dns code
2022-11-12 21:31:07 +08:00
wwqgtxx
7300c917dc
fix: build error
2022-11-12 20:59:29 +08:00
wwqgtxx
dc3e144b6a
Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha
2022-11-12 20:43:48 +08:00
wwqgtxx
901a47318d
chore: always pass context when resolve dns
2022-11-12 13:18:36 +08:00
wwqgtxx
6dadc2357a
chore: remove AddrType on Metadata
2022-11-11 09:19:50 +08:00
wwqgtxx
b699fb046b
fix: wireguard's dns resolve
2022-11-09 19:35:03 +08:00
wwqgtxx
5fd79890e7
chore: add exclude-filter to ProxyGroup
2022-11-09 08:06:37 +08:00
adlyq
dcd2417fce
feat: subscriptionInfo
2022-11-05 19:39:17 +08:00
wwqgtxx
52f4cb599a
fix: pool_test.go
2022-11-05 13:08:50 +08:00
adlyq
7b0cd14b00
chore: netlink duplicate contains
2022-11-02 23:58:51 +08:00
wwqgtxx
22fb219ad8
chore: trie.DomainTrie will not depend on zero value
2022-11-02 22:28:18 +08:00
Dreamacro
4e5bdec13a
Fix: amd64 macOS Ventura process name match
2022-11-02 11:43:43 +08:00
Dreamacro
fbd43d9947
Fix: macOS Ventura process name match
2022-11-02 11:38:31 +08:00
Dreamacro
c8bc11d61d
Fix: amd64 macOS Ventura process name match
2022-10-27 15:36:09 +08:00
Dreamacro
f29b54898f
Fix: macOS Ventura process name match
2022-10-27 11:25:18 +08:00
Skyxim
0fb0e490f8
fix: when connection refused active health test
2022-10-16 13:12:49 +08:00
wwqgtxx
023e3d0c41
chore: add parse-pure-ip in sniffer
2022-10-14 08:42:28 +08:00
wwqgtxx
0da49bd92b
chore: add force-dns-mapping in sniffer
2022-10-14 07:46:33 +08:00
Skyxim
4948f3f213
chore: Cache and skip multiple failed addresses
2022-10-11 21:35:26 +08:00
wwqgtxx
f748e3632d
fix: fakeip pool test
2022-10-09 11:07:24 +08:00
wwqgtxx
90688b238a
fix: try let fakeip mode get real destination ip
2022-10-09 10:48:26 +08:00
wwqgtxx
94246104b8
chore: use sing-tun to replace old tun_adapter
2022-10-06 19:23:38 +08:00
Skyxim
0a89107b8b
fix: global fingerprints load failed
2022-10-03 22:41:24 +08:00
Skyxim
abbbcb02c0
Merge branch 'Alpha' into dev
2022-10-02 20:02:39 +08:00
Kr328
6995e98181
Refactor: linux process resolving ( #2305 )
2022-09-18 12:53:51 +08:00
Kr328
22b9befbda
Fix: fake ip pool offset calculate ( #2281 )
2022-09-01 11:33:47 +08:00
Skyxim
af97922e94
fix: no main result conn, will fail
2022-08-28 20:26:13 +08:00
Skyxim
99effb051b
feat: add ip-version param
2022-08-28 13:41:43 +08:00
Dreamacro
bf079742cb
Clean: use go 1.19 Appendf
2022-08-24 20:21:06 +08:00
Skyxim
98f4f4d6c4
chore: log error
2022-08-23 20:12:28 +08:00
metacubex
42e489e199
Merge remote-tracking branch 'origin/Alpha' into Alpha
...
# Conflicts:
# component/sniffer/http_sniffer.go
2022-08-22 23:22:26 +08:00
metacubex
d3b88d1b4f
fix: ebpf support
2022-08-22 23:17:41 +08:00
Skyxim
ec318f1cc5
Chore: the default sniffing is changed to a standard port, and the sniffing result is only used for this connection.
2022-08-21 08:43:57 +08:00
Skyxim
835cab58cf
fix: http sniffer skip ip
2022-08-17 12:41:36 +08:00
Dreamacro
6e058f8581
Chore: remove old cache implementation
2022-08-17 11:43:20 +08:00
Skyxim
8dc56b56ad
fix: http sniffer skip ip
2022-08-16 22:59:53 +08:00
Skyxim
32fc990c68
fix: Unhandled dns resolve failure error
2022-08-13 16:47:24 +08:00
Dreamacro
3946d771e5
Feature: sync missing resolver logic from premium, but still net.IP on opensource
2022-08-13 13:07:35 +08:00
bobo liu
71cad51e8f
Fix: satisfy RFC4343 - DNS case insensitivity ( #2260 )
2022-08-12 13:47:51 +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
zhudan
97270dcbe0
rm EBpf tun && disable android ebpf
2022-08-08 10:21:16 +08:00
zhudan
2899a126fc
fix filepath undefined
2022-08-02 17:13:10 +08:00
zhudan
dd67a8c8ba
Merge remote-tracking branch 'origin/Alpha' into Alpha
2022-08-01 18:07:09 +08:00
zhudan
28ba9c5efa
revert 9be70f67ca
2022-08-01 18:06:09 +08:00
zhudan
31f4d20477
support ebpf
2022-07-29 09:08:35 +08:00
MetaCubeX
09419d88af
fix process code
2022-07-24 01:50:10 +08:00
MetaCubeX
35b87e79a7
fix process code
2022-07-24 01:37:01 +08:00
MetaCubeX
9be70f67ca
fix process code
2022-07-24 01:34:22 +08:00
Dreamacro
a33e511c12
Fix: macOS udp find process should use unspecified fallback
2022-07-24 00:10:01 +08:00
Skyxim
fe3ad3724c
fix: resolver error handling exception
2022-07-21 09:02:58 +08:00
Skyxim
e1c6142851
fix: pure ip resolve
2022-07-20 22:59:04 +08:00
Dreamacro
be8d63ba8f
Fix: macOS udp find process should use unspecified fallback
2022-07-15 17:00:41 +08:00
Skyxim
92a20a5362
chore: tcp conn error text
2022-07-11 22:29:35 +08:00
Skyxim
9565b5194c
chore: remove log
2022-07-11 22:18:24 +08:00
Skyxim
80df572b18
refactor: Unified provider loading resources
2022-07-11 21:30:34 +08:00
Skyxim
0c64d7e56a
chore: fingerprint style
2022-07-11 13:44:27 +08:00
Skyxim
a8ce283727
feat: add fingerprint param
2022-07-11 13:42:28 +08:00
Skyxim
ab8e9e7d7a
fix: skip-cert-verify not work
2022-07-11 12:37:27 +08:00
Skyxim
fef9f95e65
feat: add fingerprint for tls verify
2022-07-10 20:44:24 +08:00
Dreamacro
77a1e3a653
Chore: cleanup bind mark code
2022-06-30 17:27:57 +08:00
Skyxim
f979491013
fix: tcp concurrent force close when context done
2022-06-25 09:16:53 +08:00
Skyxim
bbac54433e
fix: resolve ipv4 of 4 in 6
2022-06-17 21:44:06 +08:00
Skyxim
c968104a19
fix: udp listen use udp4 when general.ipv6 is false; general.ipv6 default value is true
2022-06-14 12:36:05 +08:00
Skyxim
130a3a261d
refactor: clear linkname,reduce cycle dependencies,transport init geosite function
2022-06-10 13:38:19 +08:00
Skyxim
3827e00b54
refactor: 抽离http请求方法
2022-06-04 19:14:39 +08:00
adlyq
6e84f685ce
chore: 更新geox时通过内存存储
2022-06-03 16:50:49 +08:00
Skyxim
9e9f459c0e
refactor: 优化proxy server nameserver, 当节点专用dns全部查询失败会回落到正常逻辑
2022-06-02 20:58:25 +08:00
adlyq
1af39cb228
fix: OpenClash 回环
2022-06-01 12:32:45 +08:00
adlyq
9272d02149
refactor: 合并部分android代码入linux && ip 使用netlink配置路由
2022-05-28 21:58:29 +08:00
Skyxim
fb4872ff7f
fix: 关闭并发时双栈使用错误
2022-05-27 20:43:39 +08:00
adlyq
2ebc0383b5
feat: RESTful API support set tcp-concurrent
2022-05-26 19:49:12 +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
cc1c1340a3
feat: 安卓恢复进程规则,可通过enable-process开关,默认true
2022-05-19 20:44:09 +08:00
adlyq
8b09db5f7f
fix: Rule-Set中不解析DNS
...
feat: RULE-SET支持no-resolve
2022-05-18 18:43:44 +08:00
adlyq
b8e9c3d55a
fix: geoip ReverseMatch
2022-05-16 17:06:44 +08:00
adlyq
efc7c82cac
feat: "!"(not) support for geosite
...
eg. GEOSITE,!CN,Proxy & dns.fallback-filter.geosite: ['!CN']
2022-05-15 13:16:45 +08:00
Skyxim
d4dcbce9cb
chore: log show all ips when all ips shake hands failed
2022-05-13 21:43:42 +08:00
Skyxim
aded1b78b5
chore: sniffer give the err to the caller
2022-05-08 09:09:39 +08:00
Skyxim
f0a22a4a4c
chore: modify sniff error log
2022-05-07 12:44:28 +08:00
adlyq
7db07630a7
fix: DNS mapping error when sniffing result is ip, Discard sniffs that result in ip
2022-05-02 22:24:14 +08:00
Skyxim
80ff5917f7
fix: The sniffer does not clean up the original address
2022-05-02 17:09:24 +08:00
MetaCubeX
4b04faa88b
fix: http sniffer return host that was handled correctly
2022-05-02 09:51:26 +08:00
MetaCubeX
0cf539fb82
chore: adjust sniffer constant
2022-05-02 08:49:18 +08:00
MetaCubeX
5ccc047fe4
chore: adjust sniffer err info
2022-05-02 05:17:13 +08:00
MetaCubeX
6d704b9cd1
feat: sniffer support http
2022-05-02 05:10:18 +08:00
Skyxim
9dbe20f2c5
fix: npe when with resolver is nil
2022-04-29 13:03:55 +08:00
Skyxim
96a32f5038
refactor: tcp concurrent
2022-04-27 21:37:20 +08:00
Meta
5a1e1050b7
chore: adjust sniffer log
2022-04-27 18:04:02 +08:00
Meta
183973e823
chore: Adjust the tcp-concurrent and sniffer log
2022-04-27 15:22:42 +08:00
yaling888
4fd7d0f707
Chore: use generics as possible
2022-04-25 13:18:30 +08:00
Skyxim
0947cb4a5a
fix: whitelist
2022-04-23 09:52:23 +08:00
Skyxim
0368bb4180
fix: sniffer port whitelist error
2022-04-23 09:36:11 +08:00
Skyxim
4aeac0e227
chore: Adjust the connection IP log
2022-04-23 08:53:51 +08:00
Skyxim
19fc70b2c4
fix: general ipv6 is false should be broke ipv6 conn
2022-04-23 00:30:25 +08:00
Skyxim
81b5543b0d
feat: support tcp concurrent, Separate dialing and dns resolver ipv6
...
tcp-concurrent:true
2022-04-23 00:27:22 +08:00
adlyq
b0dd74e74e
fix: sniffer
2022-04-22 17:00:39 +08:00
adlyq
4dd9e199b7
fix: uid rule only support linux and android
2022-04-22 16:51:01 +08:00
adlyq
3d6aea4c1e
feat: support uid rule
...
eg. UID,1000/5000-6000,Proxy
2022-04-22 16:27:51 +08:00
Skyxim
9e6ba64940
fix: add wait timeout, and log
2022-04-21 08:08:37 -07:00
Skyxim
bee1bddceb
feat: add sniffer port whitelist, when empty will add all ports
2022-04-21 07:06:08 -07:00
yaling888
7ca1a03d73
Refactor: metadata use netip.Addr
2022-04-20 22:52:05 +08:00
yaling888
6c4791480e
Chore: IpToAddr
2022-04-20 22:09:16 +08:00
MetaCubeX
42d853a7e6
chore: upgrade dependencies
2022-04-20 01:31:33 +08:00
Kr328
5d36d8b139
Improve: replace bootstrap dns ( #2080 )
2022-04-19 22:49:39 +08:00
yaling888
0ca10798ea
Chore: fix typo
2022-04-19 22:38:20 +08:00
yaling888
3ea3653d7a
Chore: persistence fakeip pool state
2022-04-19 22:37:47 +08:00
Skyxim
48a01adb7a
refactor: sniffer param force and reverses deprecated, will be removed when release version, replace force-domain and skip-sni,
...
force-domain add '+' equivalent to force is true
sniffer:
enable: true
force-domain:
- "google.com"
skip-sni:
- www.baidu.com
sniffing:
- tls
2022-04-17 20:02:13 +08:00
Kr328
e010940b61
Improve: replace bootstrap dns ( #2080 )
2022-04-16 15:31:26 +08:00
Skyxim
1cf9321aa0
fix: domain tree match failed
2022-04-16 11:55:49 +08:00
Skyxim
71a1f5dfbd
fix: domain type fix Mapping
2022-04-16 09:51:31 +08:00
Skyxim
25426cba33
chore: log style
2022-04-16 09:04:43 +08:00
Skyxim
9d364f66e9
fix: reverse error when force is false
2022-04-16 08:53:31 +08:00
Skyxim
80764217c2
feat: add domain list for sniffer, reverse force logic
...
when force is false, if domain in the list, will force replace
when force is true, if sniff domain in the list, will skip it
2022-04-16 08:21:31 +08:00
Dreamacro
4dfba73e5c
Fix: SyscallN should not use nargs
2022-04-14 23:37:19 +08:00
Dreamacro
c282d662ca
Fix: make golangci lint support multi GOOS
2022-04-13 17:51:21 +08:00
Meta
1b6b0052c2
chore:adjust sniffer debuglog info
2022-04-13 08:38:55 +08:00
yaling888
4be17653e0
Fix: fakeip pool cycle used
2022-04-13 02:19:42 +08:00
Meta Gowork
21446ba5d4
chore: adjust code
2022-04-12 21:39:31 +08:00
yaling888
75ce6b59bf
Refactor: fakeip pool use netip.Prefix, supports ipv6 range
2022-04-12 20:32:08 +08:00
Meta
ce96ac35fb
chore:merge & adjust code
2022-04-12 20:20:04 +08:00
yaling888
a6eb11ce18
Refactor: DomainTrie use generics
2022-04-12 18:45:47 +08:00
yaling888
673541e2a8
Refactor: lrucache use generics
2022-04-12 18:44:07 +08:00
Meta Gowork
83e0abaa8c
chore: adjust code
2022-04-11 13:23:59 +08:00
Skyxim
7166db2ac9
fix: code logic error
2022-04-10 20:01:35 +08:00
Skyxim
544e0f137d
feat: sniffer support
...
sniffer:
enable: true
force: false # Overwrite domain
sniffing:
- tls
2022-04-09 22:30:36 +08:00
Skyxim
b2981f921c
chore: reduce a little memory
2022-04-09 22:24:48 +08:00
Adlyq
7be3e617ab
disable process name on android
2022-04-09 17:54:01 +08:00
Meta Gowork
6548dc90fa
Merge remote-tracking branch 'Plus/with-tun' into Alpha
2022-04-02 20:48:11 +08:00
fishg
c495d314d4
feat: 添加tls sni 嗅探
...
# Conflicts:
# tunnel/statistic/tracker.go
# tunnel/tunnel.go
2022-03-31 21:27:25 +08:00
yaling888
e877b68179
Chore: revert "Feature: add tls SNI sniffing ( #68 )"
...
This reverts commit 24ce6622a2
.
2022-03-31 21:20:46 +08:00
fishg
24ce6622a2
Feature: add tls SNI sniffing ( #68 )
2022-03-31 19:34:40 +08:00
MetaCubeX
81c5a65f23
Merge remote-tracking branch 'Pro-Plus/with-tun' into Alpha
...
# Conflicts:
# README.md
# adapter/outbound/trojan.go
# adapter/outbound/vless.go
# transport/trojan/trojan.go
2022-03-30 13:15:45 +08:00
yaling888
4502776513
Refactor: MainResolver
2022-03-28 00:44:13 +08:00
MetaCubeX
611ce5f5f1
[commit]
...
[Feat] add Pass type for support temporary skip rule set
2022-03-27 23:44:51 +08:00
yaling888
9bab2c504e
Chore: regenerate protoc file
2022-03-27 07:12:12 +08:00
Meta
0d068e7b5f
[Fixed]
...
弃用过期函数,修复Process Name获取问题
2022-03-26 16:17:44 +08:00
MetaCubeX
a593d68c42
build test
2022-03-24 23:42:49 +08:00
MetaCubeX
7a54d616c4
[SKIP CI]
...
Merge remote-tracking branch 'Pro-Plus/with-tun' into Alpha
# Conflicts:
# README.md
# hub/route/server.go
2022-03-23 13:23:34 +08:00
yaling888
ef915c94dc
Feature: flush fakeip pool
2022-03-23 01:05:43 +08:00
yaling888
bac04ab54b
Merge branch 'ogn-dev' into with-tun
2022-03-20 21:26:25 +08:00
MetaCubeX
d1838f663e
Merge remote-tracking branch 'yaling888/with-tun' into Alpha
...
# Conflicts:
# listener/tun/tun_adapter.go
2022-03-19 22:37:51 +08:00
MetaCubeX
2df890c4ee
Merge remote-tracking branch 'clash/dev' into Alpha
...
# Conflicts:
# Makefile
2022-03-19 14:53:47 +08:00
Kr328
30d4668008
Chore: fix typo ( #2033 )
2022-03-19 13:58:51 +08:00
MetaCubeX
9270d3c475
[内容]
...
1.autoIptables 开关
2.go.mod 调整
3.processName 调整
4.makefile 调整
5.Tun模块 部分代码调整
2022-03-19 01:11:27 +08:00
yaling888
546f2fa739
Chore: make fake ip pool start with the third ip
2022-03-18 05:17:47 +08:00
admin
68345b6a19
Merge remote-tracking branch 'upstream/Alpha' into Alpha
2022-03-17 23:40:51 +08:00
MetaCubeX
435bee0ca2
update
2022-03-17 23:24:07 +08:00
admin
92d169ca81
[Fix] Process name display for Android
2022-03-17 20:31:16 +08:00
MetaCubeX
30f1b29257
Merge remote-tracking branch 'yaling888/with-tun' into Alpha
...
# Conflicts:
# .github/workflows/codeql-analysis.yml
# .github/workflows/linter.yml
# .github/workflows/release.yml
# Makefile
# README.md
# adapter/outbound/vless.go
# component/geodata/memconservative/cache.go
# component/geodata/router/condition.go
# component/geodata/router/condition_geoip.go
# component/geodata/standard/standard.go
# component/geodata/utils.go
# config/config.go
# config/initial.go
# constant/metadata.go
# constant/path.go
# constant/rule.go
# constant/rule_extra.go
# dns/client.go
# dns/filters.go
# dns/resolver.go
# go.mod
# go.sum
# hub/executor/executor.go
# hub/route/configs.go
# listener/listener.go
# listener/tproxy/tproxy_linux_iptables.go
# listener/tun/dev/dev.go
# listener/tun/dev/dev_darwin.go
# listener/tun/dev/dev_linux.go
# listener/tun/dev/dev_windows.go
# listener/tun/dev/wintun/config.go
# listener/tun/dev/wintun/dll_windows.go
# listener/tun/dev/wintun/session_windows.go
# listener/tun/dev/wintun/wintun_windows.go
# listener/tun/ipstack/commons/dns.go
# listener/tun/ipstack/gvisor/tun.go
# listener/tun/ipstack/gvisor/tundns.go
# listener/tun/ipstack/gvisor/utils.go
# listener/tun/ipstack/stack_adapter.go
# listener/tun/ipstack/system/dns.go
# listener/tun/ipstack/system/tcp.go
# listener/tun/ipstack/system/tun.go
# listener/tun/tun_adapter.go
# main.go
# rule/common/base.go
# rule/common/domain.go
# rule/common/domain_keyword.go
# rule/common/domain_suffix.go
# rule/common/final.go
# rule/common/geoip.go
# rule/common/geosite.go
# rule/common/ipcidr.go
# rule/common/port.go
# rule/parser.go
# rule/process.go
# test/go.mod
# test/go.sum
# transport/vless/xtls.go
# tunnel/tunnel.go
2022-03-17 17:41:02 +08:00
yaling888
8d0ae4284d
Chore: use gateway address of fake ip pool as the TUN device address
2022-03-17 07:41:18 +08:00
MetaCubeX
609d69191a
Merge remote-tracking branch 'clash/dev' into Alpha
...
# Conflicts:
# .github/workflows/docker.yml
# adapter/outboundgroup/fallback.go
# adapter/outboundgroup/loadbalance.go
# adapter/outboundgroup/relay.go
# adapter/outboundgroup/selector.go
# adapter/outboundgroup/urltest.go
# config/config.go
# go.mod
# go.sum
# main.go
# test/go.mod
# test/go.sum
2022-03-17 01:41:51 +08:00
yaling888
346d817dba
Chore: Merge branch 'ogn-dev' into with-tun
2022-03-16 20:16:30 +08:00
Dreamacro
6a661bff0c
Migration: go 1.18
2022-03-16 12:10:13 +08:00
MetaCubeX
f01ac69654
Merge remote-tracking branch 'clash/dev' into Alpha
...
# Conflicts:
# .github/workflows/codeql-analysis.yml
# .github/workflows/docker.yml
# .github/workflows/linter.yml
# .github/workflows/stale.yml
# Makefile
# component/dialer/dialer.go
# config/config.go
# constant/metadata.go
# constant/rule.go
# rule/common/domain.go
# rule/common/domain_keyword.go
# rule/common/domain_suffix.go
# rule/common/final.go
# rule/common/ipcidr.go
# rule/geoip.go
# rule/parser.go
# rule/port.go
# rule/process.go
2022-03-15 23:13:41 +08:00
MetaCubeX
c85305ead8
[Skip CI]
2022-03-15 22:25:33 +08:00
yaling888
d486ee467a
Fix: test
2022-03-15 03:39:45 +08:00
yaling888
5abd03e241
Fix: exclude the broadcast address to fake ip pool
2022-03-15 02:43:40 +08:00
MetaCubeX
68fccfacc0
[Skip CI]
2022-03-15 02:20:19 +08:00
MetaCubeX
cf52fbed65
[Skip CI]
2022-03-15 02:06:57 +08:00
yaling888
46b9a1092d
Chore: embed the RuleExtra into Base
2022-03-13 01:22:05 +08:00
yaling888
8fbf93ccc8
Chore: Merge branch 'ogn-dev' into with-tun
2022-03-13 01:15:35 +08:00
Kr328
b866f06414
Chore: move find connection process to tunnel ( #2016 )
2022-03-12 19:07:53 +08:00
Kr328
9683c297a7
Chore: add more details to process resolving ( #2017 )
2022-03-09 13:41:50 +08:00
yaling888
8333815e95
Chore: refactor TUN
2022-03-09 05:08:35 +08:00
yaling888
71e002c2ef
Merge branch 'ogn-dev' into with-tun
2022-03-09 00:30:38 +08:00
Kr328
83bfe521b1
Fix: should split linux process name with space ( #2008 )
2022-03-05 18:25:16 +08:00
yaling888
592b6a785e
Fix: find process name by UDP network on macOS
2022-02-23 14:04:47 +08:00
yaling888
d876d6e74c
Feature: resolve ip with a proxy adapter
2022-02-23 02:38:50 +08:00
yaling888
b192238699
Merge from remote branch
2022-02-23 01:00:27 +08:00
Dreamacro
03e4b5d525
Chore: use golangci-lint config file
2022-02-19 00:08:51 +08:00
Dreamacro
a0221bf897
Fix: routing-mark
should effect on root
2022-02-17 14:23:47 +08:00
Clash-Mini
4a446c4e31
[build]
2022-02-06 01:59:35 +08:00
Clash-Mini
c28f42d823
[FEAT] Add geodata loader mode switch
2022-02-05 00:51:06 +08:00
Clash-Mini
2bf34c766e
[Feat]
...
support trojan xtls
change geodataloader mode as memconservative
2022-02-04 23:33:36 +08:00
Clash-Mini
3b277aa8ec
[Feat]
...
update gvisor
Chore: use "-m mark --mark" instead of "-m owner --uid-owner"
2022-02-04 06:11:24 +08:00
Clash-Mini
176eb3926b
Merge remote-tracking branch 'pro-plus/plus-pro' into Feature
...
# Conflicts:
# .github/workflows/Alpha.yml
# .github/workflows/codeql-analysis.yml
# .github/workflows/docker.yml
# .github/workflows/linter.yml
# .github/workflows/stale.yml
# Makefile
# README.md
# adapter/outbound/vless.go
# component/dialer/dialer.go
# component/geodata/geodata.go
# component/geodata/router/condition.go
# config/config.go
# config/initial.go
# constant/metadata.go
# constant/path.go
# constant/rule.go
# constant/rule_extra.go
# dns/filters.go
# go.mod
# go.sum
# hub/executor/executor.go
# hub/route/configs.go
# listener/listener.go
# listener/tun/dev/dev.go
# listener/tun/dev/dev_darwin.go
# listener/tun/dev/dev_linux.go
# listener/tun/dev/dev_windows.go
# listener/tun/dev/dev_windows_extra.go
# listener/tun/dev/wintun/dll_windows.go
# listener/tun/dev/wintun/session_windows.go
# listener/tun/ipstack/gvisor/tun.go
# listener/tun/ipstack/gvisor/tundns.go
# listener/tun/ipstack/stack_adapter.go
# listener/tun/ipstack/system/tun.go
# listener/tun/tun_adapter.go
# main.go
# rule/base.go
# rule/common/process.go
# rule/geoip.go
# rule/parser.go
# rule/port.go
# test/go.mod
# test/go.sum
# test/vless_test.go
# transport/vless/xtls.go
# tunnel/tunnel.go
2022-02-04 05:30:21 +08:00
Clash-Mini
776728fb30
[Feat]
...
update gvisor
Chore: use "-m mark --mark" instead of "-m owner --uid-owner"
2022-02-04 04:47:40 +08:00
Clash-Mini
1cdaf782ba
Merge remote-tracking branch 'clash/dev' into Feature
2022-02-04 02:38:32 +08:00
yaling888
f1157d0a09
Chore: use "-m mark --mark" instead of "-m owner --uid-owner"
2022-02-02 21:59:44 +08:00
yaling888
6e9d837a7d
Merge from remote branch
2022-01-28 19:51:40 +08:00
Dreamacro
b1a639feae
Fix: domain trie search
2022-01-26 22:28:13 +08:00
Clash-Mini
9e4e1482d9
[chore] Replace Country.mmdb with GeoIP.dat
2022-01-26 12:01:14 +08:00
yaling888
c14dd79e69
Merge from remote branch
2022-01-05 01:46:37 +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
HamsterReserved
8679968ab0
Fix: multiple port string parsing overflow ( #1868 )
...
Ports in TCP and UDP should be parsed as an unsigned integer,
otherwise ports > 32767 get truncated to 32767. As this is
the case with Metadata.UDPAddr(), this fundamentally breaks
UDP connections where demand for high port numbers is high.
This commit fixes all known cases where ParseInt is used for ports,
and has been verified to fix Discord voice connections on port
50001~50004.
Fixes: d40e5e4fe6
Co-authored-by: Hamster Tian <haotia@gmail.com>
2022-01-02 01:09:29 +08:00
Dreamacro
204a72bbd3
Chore: remove forward compatible code
2022-01-02 00:48:57 +08:00
yaling888
5657aa50cf
Merge from remote branch
2021-12-09 21:38:24 +08:00
Skyxim
c6f923041f
Feature:Supported Rule-Set
2021-12-02 22:56:17 +08:00
maze.y2b@gmail.com
cb52682790
[style]
2021-12-01 16:51:31 +08:00
Maze.tsz
35cf39e415
Revert "[test] rule providers"
...
This reverts commit 078389f4f6
.
2021-11-26 00:57:41 +08:00
maze.y2b@gmail.com
078389f4f6
[test] rule providers
2021-11-25 23:14:31 +08:00
Dreamacro
075d8ed094
Fix: fakeip pool cycle used
2021-11-23 22:01:49 +08:00
maze.y2b@gmail.com
f7393509a3
fix python310
2021-11-21 15:09:22 +08:00
Mazeorz
900e852525
[test]
2021-11-17 16:03:47 +08:00
yaling888
a412745314
Merge from remote branch
2021-11-11 00:54:43 +08:00
Dreamacro
499beb7344
Fix: bind iface should throw control error
2021-11-10 22:19:11 +08:00
yaling888
6bd186d3c0
Merge from remote branch
2021-11-09 21:11:38 +08:00
yaling888
4c6bb7178b
Feature: resolve ip with proxy adapter
2021-11-09 19:44:16 +08:00
Dreamacro
c9be614821
Fix: windows arm7 build
2021-11-08 21:24:39 +08:00
bobo liu
bd2ea2b917
Feature: mark on socket ( #1705 )
2021-11-08 16:59:48 +08:00
Dreamacro
d40e5e4fe6
Fix: codeql alerts
2021-11-08 00:32:21 +08:00
Dreamacro
1a7830f18e
Feature: dial different NIC for all proxies ( #1714 )
2021-11-07 16:48:51 +08:00
yaling888
b515a4e270
Chore: move "geodata" to package "component"
2021-11-02 18:23:01 +08:00
yaling888
78cef7df59
Chore: move "geodata" to package "component"
2021-10-29 00:52:44 +08:00
yaling888
2680e8ffa3
Merge from remote branch
2021-10-28 11:36:11 +08:00
yaling888
2953772a0e
Style: format code
2021-10-28 00:06:55 +08:00
yaling888
5a27df899f
Chore: script built
2021-10-27 23:10:11 +08:00
yaling888
4b614090f8
Merge remote branch
2021-10-21 22:37:30 +08:00
yaling888
63d07db4bf
Chore: script built
2021-10-21 20:22:23 +08:00
yaling888
c0e9d69163
Feature: add mode script
2021-10-15 14:11:14 +08:00
Dreamacro
583b2a5ace
Change: use interface HardwareAddr for dhcp discovery
2021-10-14 22:54:43 +08:00
Dreamacro
3d5681cffd
Feature: persistence fakeip ( #1662 )
2021-10-11 20:48:58 +08:00
Dreamacro
f1cf7e9269
Style: use gofumpt for fmt
2021-10-10 23:44:09 +08:00
Dreamacro
4ce35870fe
Chore: remove deprecated ioutil
2021-10-09 20:35:06 +08:00
Dreamacro
66cb0b1218
Fix: cache kv db should not block on init
2021-10-05 22:47:26 +08:00
Dreamacro
4f1fac02ab
Chore: add remove TODO
2021-10-05 12:42:21 +08:00
Dreamacro
537b672fcf
Change: use bbolt as cache db
2021-10-04 19:20:11 +08:00
yaling888
6ddd9e6fb8
Merge from remote branch
2021-09-08 04:42:56 +08:00
Kr328
a5b950a779
Feature: add dhcp type dns client ( #1509 )
2021-09-06 23:07:34 +08:00
yaling888
48aef1829f
Merge from remote branch
2021-09-01 00:38:43 +08:00
Dreamacro
571d2a0075
Migration: go 1.17
2021-08-18 13:26:23 +08:00
yaling888
ba2fd00f01
Merge from remote branch
2021-07-28 22:13:21 +08:00
Dreamacro
46f4f84442
Chore: use iife replace init in some cases
2021-07-11 19:43:25 +08:00
yaling888
d7732f6ebc
Code: refresh code
2021-07-01 22:49:29 +08:00
Dreamacro
c35cb24bda
Chore: use unix.ByteSliceToString transform cstring
2021-06-15 21:03:47 +08:00
Rusty Pen
0778591524
Feature: dns resolve domain through nameserver-policy ( #1406 )
2021-05-19 11:17:35 +08:00
Dreamacro
f96ebab99f
Chore: split component to transport
2021-05-13 22:19:34 +08:00
Kaming Chan
df5112175f
Fix: io timeout when snell v2 reuse connection ( #1362 )
2021-04-19 14:36:06 +08:00
Dreamacro
4e9e4b6cde
Fix: grpc transport concurrent write
2021-04-14 21:46:05 +08:00
Rusty Pen
936b7012ba
Feature: PROCESS-NAME support freebsd 13, fix panic on unsupported platforms ( #1351 )
2021-04-14 17:57:17 +08:00
Dreamacro
a9cbd9ec98
Fix: use bufio.Reader on grpc to avoid panic
2021-04-14 00:16:59 +08:00
Dreamacro
c9943fb857
Fix: grpc implementation SetDeadline for udp issue
2021-04-13 23:34:33 +08:00
sprov
a40274e2a2
Fix: vmess aead writer concurrent write ( #1350 )
2021-04-13 23:32:53 +08:00
Dreamacro
586bb91c0c
Fix: grpc transport panic
2021-04-09 18:11:07 +08:00
Dreamacro
baf03b81e3
Fix: remove unused function
2021-04-08 22:27:41 +08:00
Dreamacro
3d5a0d9f73
Fix: trojan/vmess grpc broken
2021-04-07 22:57:46 +08:00
Dreamacro
3aefa1d924
Chore: some chores
2021-04-05 13:31:10 +08:00
Dreamacro
42e21b3733
Chore: refine go import
2021-04-05 13:00:49 +08:00
Dreamacro
d0c829c578
Fix: domain dns should follow hosts config, close #1318
2021-04-01 21:20:44 +08:00
Dreamacro
4ad9761b32
Fix: don't resolve AAAA record when ipv6 is false and use go dns resolver
2021-04-01 18:03:30 +08:00
Dreamacro
109bfcb0f9
Feature: add vmess aead header support
2021-03-30 17:34:16 +08:00
Dreamacro
d759d16944
Style: cleanup code
2021-03-24 01:00:21 +08:00
Dreamacro
1355196b7c
Fix: grpc connection panic
2021-03-18 23:19:00 +08:00
ShinyGwyn
573316bcde
Feature: add gRPC Transport for vmess/trojan ( #1287 )
...
Co-authored-by: eMeab <32988354+eMeab@users.noreply.github.com>
Co-authored-by: Dreamacro <8615343+Dreamacro@users.noreply.github.com>
2021-03-18 19:40:34 +08:00
Dreamacro
784c28266c
Fix: vmess http broken
2021-03-18 17:11:10 +08:00
Dreamacro
a37243cf30
Fix: store cache correctly
2021-02-21 01:07:22 +08:00
Dreamacro
14bbf6eedc
Feature: support store group selected node to cache (enable by default)
2021-02-18 23:41:50 +08:00
goomadao
9eb98e399d
Improve: refactor ssr and fix #995 ( #1189 )
...
Co-authored-by: goomada <madao@DESKTOP-IOEBS0C.localdomain>
2021-02-15 14:32:03 +08:00
goomadao
ff430df845
Fix: connectivity of ssr auth_chain_(ab) protocol ( #1180 )
2021-01-13 23:35:41 +08:00
Dreamacro
e4cdea2111
chore: use singleDo to get interface info
2021-01-13 17:30:54 +08:00
Keyi Xie
02d029dd2d
Fix: close http Response body on provider ( #1154 )
2020-12-29 11:28:22 +08:00
Dreamacro
09c28e0355
Fix: fallback bind fn should not bind global unicast
2020-12-28 22:24:58 +08:00
icpz
532396d25c
Fix: PROCESS-NAME rule for UDP sessions on Windows ( #1140 )
2020-12-22 15:13:44 +08:00
Dreamacro
4b1b494164
Chore: move find process name to a single part
2020-12-17 22:17:27 +08:00
Jason Lyu
2cd1b890ce
Fix: tunnel UDP race condition ( #1043 )
2020-10-28 21:26:50 +08:00
Dreamacro
ba060bd0ee
Fix: should not bind interface on local address
2020-10-25 20:31:01 +08:00
Dreamacro
76c9820065
Fix: undefined variable
2020-10-23 17:49:34 +08:00
Dreamacro
50b3d497f6
Feature: use native syscall to bind interface on Linux and macOS
2020-10-22 22:32:03 +08:00
Dreamacro
d3bb4c65a8
Fix: missing fake-ip record should return error
2020-10-17 12:52:43 +08:00
Dreamacro
e09931dcf7
Chore: remove broken test temporarily
2020-09-26 20:36:52 +08:00
小傅Fox
5bd189f2d0
Feature: support VMess HTTP/2 transport ( #903 )
2020-09-26 20:33:57 +08:00
Dreamacro
8766287e72
Chore: sync necessary changes from premium
2020-09-21 22:22:07 +08:00
Dreamacro
10f9571c9e
Fix: pool gc test
2020-09-21 00:44:47 +08:00
Kaming Chan
96a8259c42
Feature: support snell v2 ( #952 )
...
Co-authored-by: Dreamacro <8615343+Dreamacro@users.noreply.github.com>
2020-09-21 00:33:13 +08:00
Dreamacro
68dd0622b8
Chore: code style
2020-09-20 15:53:27 +08:00
Kr328
558ac6b965
Chore: split enhanced mode instance ( #936 )
...
Co-authored-by: Dreamacro <305009791@qq.com>
2020-09-17 10:48:42 +08:00
Dreamacro
5805334ccd
Chore: pass staticcheck
2020-08-25 22:19:59 +08:00
goomadao
8b7c731fd6
Fix: ssr broken ( #895 )
2020-08-12 20:50:56 +08:00
maddie
4f61c04519
Fix: ssr typo ( #887 )
2020-08-11 10:35:30 +08:00
goomadao
4ba6f248bc
Fix: ssr bounds out of range panic ( #882 )
2020-08-11 10:17:40 +08:00
icpz
77d6f9ae6f
Fix: handle snell server reported error message properly ( #848 )
2020-07-30 15:54:26 +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
ee72865f48
Fix: recycle buf on http obfs
2020-07-22 20:29:39 +08:00
Dreamacro
acd51bbc90
Fix: obfs host should not have 80 port
2020-07-01 00:01:36 +08:00
Birkhoff Lee
93c987a6cb
Fix: typo in dialer.go ( #767 )
2020-06-28 10:59:04 +08:00
Kr328
14c9cf1b97
Fix: domain trie crash if not match in #758 ( #762 )
2020-06-24 19:46:37 +08:00
Kr328
3dfff84cc3
Fix: domain trie should backtrack to parent if match fail ( #758 )
2020-06-24 18:41:23 +08:00
Dreamacro
60bad66bc3
Change: ipv6 logic
2020-06-18 18:11:02 +08:00
Dreamacro
fb628e9c62
Feature: add default hosts localhost
2020-06-07 17:25:51 +08:00
Dreamacro
2dece02df6
Chore: code adjustments
2020-06-07 16:54:41 +08:00
Dreamacro
147a7ce779
Fix: panic of socks5 client missing authentication
2020-06-03 18:49:57 +08:00
Dreamacro
71d30e6654
Feature: support vmess tls custom servername
2020-06-01 00:27:04 +08:00
Dreamacro
8d0c6c6e66
Feature: domain trie support wildcard alias
2020-05-28 12:13:05 +08:00
bytew021
3a27cfc4a1
Feature: add Mixed(http+socks5) proxy listening ( #685 )
2020-05-12 11:29:53 +08:00
Dreamacro
0e56c195bb
Improve: pool buffer alloc
2020-04-25 00:30:40 +08:00
Dreamacro
3fc6d55003
Fix: domain wildcard behavior
2020-04-24 23:49:19 +08:00
Dreamacro
8eddcd77bf
Chore: dialer hook should return a error
2020-04-24 23:48:55 +08:00
Dreamacro
84f627f302
Feature: verify mmdb on initial
2020-04-16 19:12:25 +08:00
Dreamacro
65dab4e34f
Feature: domain trie support dot dot wildcard
2020-04-08 15:45:59 +08:00