6e5859d1bf
[update] dev build
2022-01-25 20:53:07 +08:00
87ca93b979
Update build.yaml
2022-01-25 20:40:03 +08:00
11052d8f77
github action add build
...
(cherry picked from commit bdec838673767977c14191861ac1b9a8291e2ffc)
2022-01-25 20:33:30 +08:00
a5ce62db33
Merge branch 'clash-dev' into Dev
2022-01-25 15:05:24 +08:00
2f8e575308
[Fixed] modified RULE-SET supported rule
2022-01-23 18:35:48 +08:00
62b70725ef
[Fixed] GEOSITE rule load fail
2022-01-23 18:27:44 +08:00
8595d6c2e9
[Feature]
...
1.Add Network rule, match network type(TCP/UDP)
2.Add logic rules(NOT,OR,AND)
-AND,((DOMAIN,baidu.com),(NETWORK,UDP)),REJECT
(cherry picked from commit d7092e2e37f2c48282c878edea1b2ebc2912b09a)
2022-01-22 22:37:07 +08:00
03b956b7a3
[Fixed] auto-route support use ip route
2022-01-22 13:24:31 +08:00
e5c99cbee7
modify gitignore
2022-01-21 22:39:00 +08:00
58a47e1835
[Style] clear unless notes
2022-01-21 22:38:28 +08:00
daf83eb6f7
[Fixed] select group crash
2022-01-21 22:38:02 +08:00
bb68b59c9a
Merge pull request #7 from CHIZI-0618/DnsHijack
...
Fix DnsHijack default value bug.
2022-01-21 18:27:26 +08:00
c3cfa3d6cd
Fix DnsHijack default value bug.
2022-01-21 18:11:21 +08:00
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
cfe7354c07
Improve: change provider file modify time when updated ( #1918 )
2022-01-18 13:32:47 +08:00
56c38890f9
Merge from remote branch[ssh]
2022-01-18 10:05:06 +08:00
daae846db3
Merge from remote branch
2022-01-18 09:51:20 +08:00
9732efe938
Fix: tls handshake requires a timeout ( #1893 )
2022-01-15 19:33:21 +08:00
ee6c1871a9
[Refactor] lazy loading geosite.bat
2022-01-11 22:17:24 +08:00
8f3385bbb6
Feature: support snell v3 ( #1884 )
2022-01-10 20:24:20 +08:00
00e44cd141
[Style] Modify the default configuration, tun config delete default hijack dns and modify auto-route to false. modify NameServer to 223.5.5.5 and 119.29.29.29 by Skyxim
2022-01-09 00:36:05 +08:00
4ab986cccb
[Refactor] gvisor support hijack dns list
...
dns-hijack:
- 1.1.1.1
- 8.8.8.8:53
- tcp://1.1.1.1:53
- udp://223.5.5.5
- 10.0.0.1:5353
2022-01-09 00:35:45 +08:00
64869d0f17
[Fixed] Remove the Linux automatic routing configuration Change the name of the Linux network card to utun
2022-01-08 16:57:59 +08:00
7f0368da66
[Style] Adjust delete routes on macos
2022-01-08 16:55:02 +08:00
4f1b227ca2
[Style] Positive health check
2022-01-08 09:23:49 +08:00
16abba385a
[Style] Adjust the routing table of tun on mac
2022-01-07 22:40:05 +08:00
75b5f633cd
[Fixed] Positive health check multithreading is not safe
2022-01-07 12:58:40 +08:00
8ae68552a6
[Fixed] Stupid mistakes
2022-01-06 10:49:50 +08:00
d35d6c9ac9
[Fixed] Stupid mistakes
2022-01-06 10:49:26 +08:00
a832cfdb65
[Fixed] compatible cfw
2022-01-05 19:28:54 +08:00
951a5a0eb5
[update]readme
2022-01-05 18:45:32 +08:00
89609cc4a2
[update]readme
2022-01-05 17:04:56 +08:00
bfb976bbdc
[test]Add name filter to proxy group
2022-01-05 12:19:49 +08:00
d237b041b3
Fix: ignore empty dns server error
2022-01-05 11:41:31 +08:00
a15d2535f1
升级版本号
2022-01-05 11:41:17 +08:00
610c79570a
make tun config compatible with premium
2022-01-05 11:24:00 +08:00
051c81518c
make tun config compatible with premium
2022-01-05 01:56:35 +08:00
0209efd423
Revert "make tun config compatible with premium"
...
This reverts commit ba6fdd2962
.
2022-01-05 01:56:05 +08:00
ba6fdd2962
make tun config compatible with premium
2022-01-05 01:50:43 +08:00
c14dd79e69
Merge from remote branch
2022-01-05 01:46:37 +08:00
9475799615
make tun config compatible with premium
2022-01-05 00:33:42 +08:00
14917c8af1
merge clash 1.9.0
v1.9.0
2022-01-04 17:58:50 +08:00
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
3cb87e083c
Fix: duplicate provider err typo
2022-01-03 17:21:27 +08:00
8c6d0c6757
Chore: fix docker dependencies security warning
2022-01-02 11:15:40 +08:00
cb95326aca
Chore: update dependencies
2022-01-02 01:15:49 +08:00
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
204a72bbd3
Chore: remove forward compatible code
2022-01-02 00:48:57 +08:00
013b839678
[Fix] Linux Tun
2021-12-27 07:09:45 +08:00
a06382cebc
[test]
2021-12-27 06:44:17 +08:00