mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 04:39:58 +04:00
https-dns-proxy: update to upstream 2023-11-19
* update to upstream 2023-11-19
(changes: 489c57efd4)
* bugfix: include resolveip dependency in Makefile
(fixes https://github.com/openwrt/packages/issues/23567)
* minor update for failed healthcheck logging
Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
@@ -135,7 +135,7 @@ boot() {
|
||||
ubus -t 30 wait_for network.interface 2>/dev/null
|
||||
on_boot_trigger=1
|
||||
rc_procd start_service 'on_boot' && service_started 'on_boot'
|
||||
is_resolver_working || { rc_procd stop_service 'on_boot' && service_stopped 'on_boot'; }
|
||||
is_resolver_working || { rc_procd stop_service 'on_failed_health_check' && service_stopped 'on_failed_health_check'; }
|
||||
}
|
||||
|
||||
start_instance() {
|
||||
|
||||
Reference in New Issue
Block a user