Skip to content

iCodeIN/akashaProxy-magisk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

169 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akashaProxy

English | 中文

akashaProxy is a Magisk/KernelSU module derived from mihomoclashMeta

The name is modified from the void terminal of clashMeta document

The Chinese name should be called Void Agent


99% of the problems with this module basically come from clash configuration errors or plug-in configuration errors

Please make good use of search engines and logs

Configuration:

Working path:/data/clash/

clash.config : module startup configuration

config.yaml.:clash configuration file

packages.list : Black/white list for proxying

yacd management panel: 127.0.0.1:9090/ui (default)

Rename config.yaml.example to config.yaml and fill in the configuration file, or use your own configuration file

clash tutorial: https://wiki.metacubex.one https://clash-meta.wiki

Start and stop

start:

/data/clash/scripts/clash.service -s && /data/clash/scripts/clash.iptables -s

stop:

/data/clash/scripts/clash.service -k && /data/clash/scripts/clash.iptables -k

You can also use dashboard to manage startup and shutdown or KernelSU webUI control

Compile

Execute make to compile and package the module

make

The armeabi-v7a architecture and arm64-v8a architecture are built by default under the android platform

Publish

Telegram Github workflow (requires decompression)

About

better transparent proxy module (based clash)

Resources

License

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 75.5%
  • TypeScript 20.2%
  • Makefile 2.3%
  • CSS 1.8%
  • JavaScript 0.2%