mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
feat: manage clash mode
This commit is contained in:
parent
f94734a5c8
commit
ab1b5897a6
|
@ -4,4 +4,5 @@ mixed-port: 7890
|
|||
log-level: info
|
||||
allow-lan: false
|
||||
external-controller: 127.0.0.1:9090
|
||||
mode: rule
|
||||
secret: ""
|
||||
|
|
|
@ -306,6 +306,7 @@ pub async fn activate_profile(
|
|||
"allow-lan",
|
||||
"external-controller",
|
||||
"secret",
|
||||
"mode",
|
||||
"ipv6",
|
||||
];
|
||||
valid_keys.iter().for_each(|key| {
|
||||
|
|
Loading…
Reference in New Issue
Block a user