https://github.com/androidacy/clash_for_magisk
Preservation of the clash for magisk module
https://github.com/androidacy/clash_for_magisk
Last synced: about 2 months ago
JSON representation
Preservation of the clash for magisk module
- Host: GitHub
- URL: https://github.com/androidacy/clash_for_magisk
- Owner: Androidacy
- License: gpl-3.0
- Created: 2022-04-23T16:15:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T16:16:40.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T01:16:34.221Z (11 months ago)
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clash for Magisk
A rule-based tunnel in Go. This module is wrapper for [clash](https://github.com/Dreamacro/clash)
[中文说明](https://github.com/Magisk-Modules-Repo/clash_for_magisk/blob/master/README_zh.md)
## Requirements
* arm64 ABI
## Feature
See also https://github.com/Dreamacro/clash
## License
See also [NOTICE](https://github.com/Magisk-Modules-Repo/clash_for_magisk/blob/master/NOTICE) and [LICENSE](https://github.com/Magisk-Modules-Repo/clash_for_magisk/blob/master/LICENSE)
## Configure
Data Path `{InternalStorage}/Android/data/com.github.kr328.clash`
In data directory
* Clash configure file `config.yaml`
* Clash GEOIP database `Country.mmdb`
* Clash starter configure file `starter.yaml`
* Clash status file `RUNNING` or `STOPPED`
* Custom proxy mode directory `mode.d`
## Control
Data Path `{InternalStorage}/Android/data/com.github.kr328.clash`
Create the following file to control clash
* `START` - Start clash if stopped
* `STOP` - Stop clash if running
* `RESTART` - Restart clash
## Read logs
* On PC
Run command
`adb logcat -s Clash`
* On Android
Run command
`logcat -s Clash`
## Source
See also https://github.com/Kr328/ClashForMagisk