aarond10 / https_dns_proxy

A lightweight DNS-over-HTTPS proxy.
MIT License
775 stars 114 forks source link

How can I configure https_dns_proxy with more than one resolver? #96

Closed becomeacoder closed 3 years ago

becomeacoder commented 3 years ago

-r "https://1.1.1.1/dns-query,https://1.0.0.1/dns-query" This doesn't work.

aarond10 commented 3 years ago

This isn't supported. You can only use one URL with -r. For openwrt, the default scripts run one binary for each resolver and use dnsmasq to load balance across them.