aboutsummaryrefslogtreecommitdiff
path: root/net/https-dns-proxy/files/etc
Commit message (Collapse)AuthorAge
* https-dns-proxy: prepare migration to APKStan Grishin2024-03-24
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: update to upstream 2023-11-19Stan Grishin2024-03-02
| | | | | | | | | | * update to upstream 2023-11-19 (changes: https://github.com/aarond10/https_dns_proxy/commit/489c57efd46983e688579974a2ab7aeaa7df8d83) * 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>
* https-dns-proxy: only restart firewall when neededStan Grishin2023-12-11
| | | | | | * only restart firewall when needed Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: fix unintentional call of service_stopped in boot()Stan Grishin2023-11-24
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: bugfix: prevent erros from boot()Stan Grishin2023-11-23
| | | | | | | | * fixes https://github.com/openwrt/packages/issues/22674 * rename resolver_health_check to is_resolver_running for readability * reorder functions in the init file by name Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: bugfix: prevent crashes on IPv6 systemsStan Grishin2023-10-24
| | | | | | | | * update service triggers so that procd_add_raw_trigger is only executed on boot and not on other service actions * remove outdated iface hotplug script Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: bugfix: logging crashing instances on ath79Stan Grishin2023-10-17
| | | | | | | | | | * finally fixes https://github.com/openwrt/packages/issues/19366 * simplify service_triggers * improve output for dnsmasq restart * improve grep/sed dependencies * remove interface hotplug Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: improve boot up startupStan Grishin2023-09-16
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: fix dns resolution not working on bootStan Grishin2023-09-03
* fix dns resolution not working on boot * add hotplug-online script * reorganizes files/ and Makefile to reflect files destinations Signed-off-by: Stan Grishin <stangri@melmac.ca>