Hello everyone
I want to install and configure https-dns-proxy, if I'm not mistaken, this program uses dnsmasq. I already have a program installed that uses dnsmasq-full, perhaps these programs will conflict. How to solve this problem?
while uci -q delete https-dns-proxy.@https-dns-proxy[0]; do :; done
uci set https-dns-proxy.dns="https-dns-proxy"
uci set https-dns-proxy.dns.bootstrap_dns="94.140.14.49,94.140.14.59"
uci set https-dns-proxy.dns.resolver_url="https://d.adguard-dns.com/dns-query/{Your_Private_Server_ID}"
uci set https-dns-proxy.dns.listen_addr="127.0.0.1"
uci set https-dns-proxy.dns.listen_port="5053"
uci commit https-dns-proxy
/etc/init.d/https-dns-proxy restart
Thank you for your answer. I uninstalled DNSMasq and installed DNSMasq-full as it was required by the program that is now running. In this regard, I have a question, how to use https-dns-proxy with DNSMasq-full?