Https-dns-proxy sometimes stops and cutting the all internet off

Sometimes this happens for no reason at all. I wake up and see internet is gone. Turns out https-dns-proxy is stopped. Which cuts off the internet for some reason.

root@OpenWrt:~# ubus call system board
{
	"kernel": "6.12.74",
	"hostname": "OpenWrt",
	"system": "MediaTek MT7621 ver:1 eco:3",
	"model": "TP-Link Archer AX23 v1",
	"board_name": "tplink,archer-ax23-v1",
	"rootfs_type": "squashfs",
	"release": {
		"distribution": "OpenWrt",
		"version": "25.12.1",
		"firmware_url": "https://downloads.openwrt.org/",
		"revision": "r32768-b21cfa8f8c",
		"target": "ramips/mt7621",
		"description": "OpenWrt 25.12.1 r32768-b21cfa8f8c",
		"builddate": "1773711117"
	}
}

See if you can get "https-dns-proxy" to restart with a hotplug event:

Or should I just use something else than https-dns-proxy? Is it better alternatives?

You can add a little log to understand what's happening now (when the interface restarts) related to the issue you're having...


It's a matter of personal preference; you have to decide what you want to use.

else if you want to switch from custom manual configurations (but as I said it's a matter of personal taste).

1 Like

“stubby”. I had the same stability issues with https-dns-proxy.

1 Like