|
|
|
|
|
by Bender
22 days ago
|
|
In my unbound.conf it looks like this: # https://dohint.mydomain.tld/dns-query
# lan interface
interface: [x.x.x.x]@443
# wifi interface
interface: [x.x.x.x]@443
https-port: 443
http-query-buffer-size: 16m
http-response-buffer-size: 16m
http-max-streams: 420
tls-service-key: "/etc/unbound/keys.d/unbound_server.key"
tls-service-pem: "/etc/unbound/keys.d/unbound_server.pem"
Then in browsers / devices I set a custom DoH endpoint of https://dohint.mydomain.tld/dns-query and uses the same key/cert I used in the past for DNS over TLS (DoT) which is still listening on TCP port 853 |
|