luci-app-mosdns: mosdns.sh: update flush_cache path
This commit is contained in:
parent
452249cacf
commit
97980527ac
@ -95,7 +95,7 @@ ecs_remote() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
flush_cache() {
|
flush_cache() {
|
||||||
curl -s 127.0.0.1:$(uci -q get mosdns.config.listen_port_api)/plugins/cache/flush || exit 1
|
curl -s 127.0.0.1:$(uci -q get mosdns.config.listen_port_api)/plugins/lazy_cache/flush || exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
v2dat_dump() {
|
v2dat_dump() {
|
||||||
|
Loading…
Reference in New Issue
Block a user