Home

Awesome

Clash for Magisk

A rule-based tunnel in Go. This module is wrapper for clash

中文说明

Mod

Requirements

License

See also NOTICE and LICENSE

Feature

See also https://github.com/Dreamacro/clash

Configure

Data Path {InternalStorage}/Android/data/com.github.kr328.clashm

In data directory

Control

Data Path {InternalStorage}/Android/data/com.github.kr328.clashm

Create the following file to control clash

Read logs

Custom Proxy Mode

Custom Mode Directory {InternalStorage}/Android/data/com.github.kr328.clashm/mode.d

  1. Create directory with mode name

  2. Create script on-start.sh and on-stop.sh

    Example for thus script link

  3. Change mode in starter.yaml

Build

  1. Install JDK, Android SDK, Android NDK, Go, Git

  2. Clone repo

    git clone https://github.com/Kr328/ClashForMagisk && cd ClashForMagisk
    
  3. Initialize git submodule

    git submodule init
    git submodule upate
    
  4. Create local.properties on project root directory

    sdk.dir=/path/to/android-sdk
    ndk.dir=/path/to/android-ndk
    
  5. Run command

    ./gradlew build
    
  6. Get clash-for-magisk.zip on module/build/outputs