-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Web api #191
Comments
are some of these from the premium core? i don't remember seeing all of them from the open sourced clash snapshot |
You reminded me that indeed Clash Core is missing these interfaces. they are premium and meta only. 🥲 |
are any of these critical to the clash-verge? i guess we can start adding those required ones and have it run in degraded until all get implemented |
I should confirm it later. EDITED: I test the latest comit in |
Nyanpasu have supported to manage rules providers since libnyanpasu/clash-nyanpasu#155, which is depended on /providers/rules And as user's feedback, it seems that the PUT /config interface, which is incompatible with normal clash. libnyanpasu/clash-nyanpasu#107 |
thanks for the reporting. that API wasn't implemented
I can have a look after finishing the current wireguard part |
Original API abstract definition:
These api impl are missing:
Get /memory
POST /configs/geo
/group
group/cache
group/restart
group/providers/rules
groupGET /dns/dns
should be rename to/dns/query
clash-rs/clash_lib/src/app/api/handlers/dns.rs
Line 17 in 6a8db70
/upgrade
groupThe text was updated successfully, but these errors were encountered: