shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

How do I configure doh #214

Closed liang-hiwin closed 4 years ago

liang-hiwin commented 4 years ago

How to configure DOH? The document does not write DOH configuration!

rampageX commented 4 years ago
      {
        "Name": "Ali_HTTPS",
        "Address": "https://dns.alidns.com/dns-query",
        "Protocol": "https",
        "SOCKS5Address": "",
        "Timeout": 3,
        "EDNSClientSubnet": {
          "Policy": "auto",
          "ExternalIP": "223.73.56.110",
          "NoCookie": true
        }
      }
liang-hiwin commented 4 years ago
      {
        "Name": "Ali_HTTPS",
        "Address": "https://dns.alidns.com/dns-query",
        "Protocol": "https",
        "SOCKS5Address": "",
        "Timeout": 3,
        "EDNSClientSubnet": {
          "Policy": "auto",
          "ExternalIP": "223.73.56.110",
          "NoCookie": true
        }
      }

thanks