TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.25k stars 418 forks source link

How do DNS Server on Ubuntu Linux configure doh / dot? #118

Closed liang-hiwin closed 4 years ago

liang-hiwin commented 4 years ago

Hello, I'm a stupid person. Can you tell me how to configure DOH / DOT? How is the certificate configured? The four types of certificates I applied for in certbot are "cert1.pem", "chain1.pem", "fullchain1.pem", "privkey1.pem", but I see the certificate format in DNS Server needs to be ".pfx "I'm confused now and don't know how to configure it. a b

ShreyasZare commented 4 years ago

Hello brother! Please check this part of the code, I manually add custom DOH, it does not take effect. Now I can only rely on the forwarder to use doh, and the default is udp because of the "Forwarder Protocol" limitation, so I look forward to removing this limitation in the next version.

I am really not sure what are you trying to achieve. Please explain your requirements.

liang-hiwin commented 4 years ago

Hello brother! Please check this part of the code, I manually add custom DOH, it does not take effect. Now I can only rely on the forwarder to use doh, and the default is udp because of the "Forwarder Protocol" limitation, so I look forward to removing this limitation in the next version.

I am really not sure what are you trying to achieve. Please explain your requirements.

I mean, I hope you can refer to the upstream configuration of this adguardhome, I feel so much better.This is the github address of adguardhome (https://github.com/AdguardTeam/AdGuardHome)

e

liang-hiwin commented 4 years ago

r

ShreyasZare commented 4 years ago

Hello brother! Please check this part of the code, I manually add custom DOH, it does not take effect. Now I can only rely on the forwarder to use doh, and the default is udp because of the "Forwarder Protocol" limitation, so I look forward to removing this limitation in the next version.

I am really not sure what are you trying to achieve. Please explain your requirements.

You did not answer my previous question. I can help you with configuration only when I know what your are trying to do.

I mean, I hope you can refer to the upstream configuration of this adguardhome, I feel so much better.This is the github address of adguardhome (https://github.com/AdguardTeam/AdGuardHome)

e

AdGuard is just providing you with ad blocking and it does not care about loss of privacy and security when you are combining multiple upstream DNS servers with mixed protocols i.e. plaintext and secure protocols. This is totally wrong way to setup upstream/forwarder DNS servers.

liang-hiwin commented 4 years ago

Hello brother! Please check this part of the code, I manually add custom DOH, it does not take effect. Now I can only rely on the forwarder to use doh, and the default is udp because of the "Forwarder Protocol" limitation, so I look forward to removing this limitation in the next version.

I am really not sure what are you trying to achieve. Please explain your requirements.

You did not answer my previous question. I can help you with configuration only when I know what your are trying to do.

I mean, I hope you can refer to the upstream configuration of this adguardhome, I feel so much better.This is the github address of adguardhome (https://github.com/AdguardTeam/AdGuardHome) e

AdGuard is just providing you with ad blocking and it does not care about loss of privacy and security when you are combining multiple upstream DNS servers with mixed protocols i.e. plaintext and secure protocols. This is totally wrong way to setup upstream/forwarder DNS servers.

ok, forgive my stupidity.