You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can download the release [installer zip](https://github.com/taamarin/ClashforMagisk/releases) file and install it via the Magisk Manager App.
29
+
You can download the release [installer zip](https://github.com/Dreamail/ClashforKernelSU/releases) file and install it via the KernelSU manager App.
33
30
34
31
#### Config
35
32
- Clash config files `/data/clash/*`
@@ -43,26 +40,26 @@ You can download the release [installer zip](https://github.com/taamarin/Clashfo
43
40
### Normal usage ( Default and Recommended )
44
41
##### Manage service start / stop
45
42
- Clash service is auto-run after system boot up by default.
46
-
- You can use Magisk Manager App to manage it. Be patient to wait it take effect (about 3 second).
43
+
- You can use KernelSU manager App to manage it. Be patient to wait it take effect (about 3 second).
47
44
48
45
### Advanced usage
49
46
> MODDIR= "/data/clash"
50
47
51
48
##### Change proxy mode
52
49
- Clash uses `TPROXY` transparent proxy `TCP + UDP` by default, if it detects that the device does not support `TPROXY`, it will automatically use `REDIRECT` to proxy only `TCP`
53
50
54
-
- Open `${MODDIR}/scripts/clash.config` file line [17-18](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L17-#L18), modify the value of `network_mode` to `TCP` or `MIXED `to use `REDIRECT` to proxy `TCP`, and `UDP` will not be proxied when `TUN` is not enabled in the Clash kernel
51
+
- Open `${MODDIR}/scripts/clash.config` file line [17-18](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L17-#L18), modify the value of `network_mode` to `TCP` or `MIXED `to use `REDIRECT` to proxy `TCP`, and `UDP` will not be proxied when `TUN` is not enabled in the Clash kernel
55
52
56
53
##### Bypass transparent proxy when connected to Wi-Fi or open a hotspot
57
-
Clash default transparent proxy local and hotspot, line [20-23](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L20-#L23)
54
+
Clash default transparent proxy local and hotspot, line [20-23](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L20-#L23)
58
55
59
56
- Open the `${MODDIR}/scripts/clash.config` file, modify the `ignore_out_list` array and add the `wlan+` element, the transparent proxy will `bypass` the `WLAN`, and the hotspot will not be affected
60
57
61
58
- Open the `${MODDIR}/scripts/clash.config` file, modify the ap_list array and delete the `wlan+` element to opaque proxy `WLAN` and hotspot (the `MediaTek` model may be `ap+` instead of `wlan+`)
62
59
63
60
##### Select which packages to proxy
64
61
- If you expect all Apps proxy by Clash with transparent proxy EXCEPT specific Apps, write down bypass at the first line then these Apps' packages separated as above in file `/data/clash/packages.list`
65
-
- clash.config line [14-15](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L14-#L15)
62
+
- clash.config line [14-15](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L14-#L15)
66
63
-`blacklist` & `whitelits`, not working on `fake-ip`
67
64
68
65
- dns:
@@ -87,7 +84,7 @@ Clash default transparent proxy local and hotspot, line [20-23](https://github.c
87
84
88
85
##### subscription
89
86
you can use SubScription
90
-
- open `/data/clash/clash.config` line [30-35](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L30-#L35)
87
+
- open `/data/clash/clash.config` line [30-35](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L30-#L35)
91
88
- update_interval="interval contab"
92
89
- Subcript_url="your_link"
93
90
- auto_updateSubcript="true"
@@ -98,7 +95,7 @@ ${MODDIR}/scripts/clash.tool -s
98
95
```
99
96
100
97
##### Config Online
101
-
-**clash.config** line [37-38](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L37-#L38), If true,
98
+
-**clash.config** line [37-38](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L37-#L38), If true,
102
99
- use it to download the subscription configuration, when starting Clash , So no need to type `${MODDIR}/scripts/clash.tool -s` anymore
103
100
104
101
##### Change Clash kernel
@@ -108,28 +105,26 @@ You can use Clash.Premium and Clash.Meta
108
105
- Clash Premium
109
106
-`/data/clash/kernel/lib/Clash.Premium`
110
107
111
-
you can download the Kernel automatically, for the settings in the **clash.config** line [85-109](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L85-#L109)
108
+
you can download the Kernel automatically, for the settings in the **clash.config** line [85-109](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L85-#L109)
112
109
```shell
113
110
${MODDIR}/scripts/clash.tool -k
114
111
```
115
112
116
113
##### GeoSite, GeoIP, and Mmdb
117
-
- settings are in clash.config line [111-135](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L111-#L135)
114
+
- settings are in clash.config line [111-135](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L111-#L135)
0 commit comments