1

@ https://coredns.io/community/
我在官网上可以看到如下配置,但是这个不提供HTTPS服务,是一个转发。

我找不到如何配置 doh。

对于 DNS over HTTP/2 (DoH),请使用: https ://example.org { whoami }

4

1 回答 1

0

https://.:443 tls://.:853 {

tls plugin/tls/test_cert.pem plugin/tls/test_key.pem plugin/tls/test_ca.pem

cache

forward . 8.8.8.8:53 {
    prefer_udp
}

}

于 2020-11-09T03:24:17.977 回答