mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-03 20:27:31 +00:00
chore: disallow some restful api for CMFA
This commit is contained in:
7
hub/route/patch_android.go
Normal file
7
hub/route/patch_android.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build android && cmfa
|
||||
|
||||
package route
|
||||
|
||||
func init() {
|
||||
SetEmbedMode(true) // set embed mode default
|
||||
}
|
||||
Reference in New Issue
Block a user