luci-app-mosdns: mosdns.sh: update flush_cache path

This commit is contained in:
sbwml 2023-03-30 10:59:24 +08:00
parent 452249cacf
commit 97980527ac

View File

@ -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() {