|
|
|
|
|
by sudo-i
2662 days ago
|
|
TLS it seems it actually uses port 853 (which I didn't know). https://tools.ietf.org/html/rfc7858 So I guess in theory you can block that port outbound to all hosts to handle TLS's use case. HTTPS is tougher, but just block all traffic to those hostnames with a DNS blacklist. |
|
DoH does, in fact, use 443/TCP, just like regular HTTPS traffic.