Hi @stangri just reporting that when clicking on "edit" on the instance it throws this error:
root@OpenWrt:~# service https-dns-proxy info
{
"https-dns-proxy": {
"instances": {
"instance1": {
"running": true,
"pid": 7947,
"command": [
"/usr/sbin/https-dns-proxy",
"-r",
"https://dns.nextdns.io/<redacted>",
"-a",
"127.0.0.1",
"-p",
"5053",
"-b",
"##.##.##.##,##.##.##.##",
"-4",
"-u",
"nobody",
"-g",
"nogroup",
"-i",
"3600"
],
"term_timeout": 5,
"data": {
"firewall": [
{
"type": "redirect",
"target": "DNAT",
"src": "lan",
"proto": "tcp udp",
"src_dport": "53",
"dest_port": "53",
"family": "any",
"reflection": false
}
],
"mdns": {
"https-dns-proxy_5053": {
"service": "_https-dns-proxy._udp.local",
"port": 5053,
"txt": [
"DNS over HTTPS proxy"
]
}
},
"url": "https://dns.nextdns.io/<redacted>"
},
"respawn": {
"threshold": 3600,
"timeout": 5,
"retry": 5
}
}
},
"triggers": [
[
"interface.*",
[
"if",
[
"eq",
"interface",
"wan"
],
[
"run_script",
"/etc/init.d/https-dns-proxy",
"restart"
]
],
1000
],
[
"config.change",
[
"if",
[
"eq",
"package",
"https-dns-proxy"
],
[
"run_script",
"/etc/init.d/https-dns-proxy",
"reload"
]
],
1000
]
]
}
}
root@OpenWrt:~#
config main 'config'
option dnsmasq_config_update '*'
list force_dns_port '53'
option force_dns '1'
option canary_domains_icloud '0'
option canary_domains_mozilla '0'
option procd_trigger_wan6 '0'
config https-dns-proxy
option listen_addr '127.0.0.1'
option user 'nobody'
option group 'nogroup'
option bootstrap_dns '##.##.##.##,##.##.##.##'
option resolver_url 'https://dns.nextdns.io<redacted>'
option listen_port '5053'
option polling_interval '3600'