AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home.html
GNU General Public License v3.0
24.67k stars 1.78k forks source link

Change the default port for DoQ to 853 #4276

Closed ameshkov closed 2 years ago

ameshkov commented 2 years ago

IANA agreed to allocate that port for DoQ so there should be no issues with it anymore.

We'll need to make the appropriate changes to dnsproxy as well.

ainar-g commented 2 years ago

That's a change in the defaults, so setting to v0.108.0. We should also make sure to document the history of change for this value in the Wiki and the change log.

liang-hiwin commented 2 years ago

@ainar-g @ameshkov If the doq port is changed to 853, why is the port of dot? Android's private dns currently defaults to 853 for dot.

Potterli20 commented 2 years ago

I would like to ask that QUIC can use CDN?

agneevX commented 2 years ago

If the doq port is changed to 853, why is the port of dot? Android's private dns currently defaults to 853 for dot.

DNS over QUIC uses UDP, so 853/udp, whereas DNS over TLS uses the TCP transport, 853/tcp.

agneevX commented 2 years ago

I would like to ask that QUIC can use CDN?

Please elaborate. Not sure what QUIC has to do with CDNs.