Skip to main content

doh-server

Specifies the DoH (DNS over HTTPS) servers used by the application to provide encrypted and authenticated DNS resolution.

Example

# Defines a single DoH server for encrypted DNS queries
doh-server = https://9.9.9.9/dns-query

Format

doh-server = {doh_server1}[,doh_server2,...]
tip

Currently, DoH query traffic uses the DIRECT proxy by default. Please ensure the DoH server is reachable.

If multiple DoH servers are provided, Surfboard queries them in parallel and uses the fastest response.