cloudflared proxy-dns  [command options]
Run a DNS over HTTPS proxy server
Arguments
| Name | Description | 
|---|
command options |  | 
Options
| Name | Description | 
|---|
--metrics  <value> | Listen address for metrics reporting. (default: "localhost:") [$TUNNEL_METRICS] | 
--address  <value> | Listen address for the DNS over HTTPS proxy server. (default: "localhost") [$TUNNEL_DNS_ADDRESS] | 
--port  <value> | Listen on given port for the DNS over HTTPS proxy server. (default: 53) [$TUNNEL_DNS_PORT] | 
--upstream  <value...> | Upstream endpoint URL, you can specify multiple endpoints for redundancy. (default: "https://1.1.1.1/dns-query", "https://1.0.0.1/dns-query") (accepts multiple inputs) [$TUNNEL_DNS_UPSTREAM] | 
--bootstrap  <value...> | Bootstrap endpoint URL, you can specify multiple endpoints for redundancy. (default: "https://162.159.36.1/dns-query", "https://162.159.46.1/dns-query", "https://[2606:4700:4700::1111]/dns-query", "https://[2606:4700:4700::1001]/dns-query")  (accepts multiple inputs) [$TUNNEL_DNS_BOOTSTRAP] | 
--max-upstream-conns  <value...> | Maximum concurrent connections to upstream. Setting to 0 means unlimited. (default: 5) [$TUNNEL_DNS_MAX_UPSTREAM_CONNS] |