Hi, On 24/07/2024 09:51, David Gibson wrote:passt/pasta has options to redirect DNS requests from the guest to a different server address on the host side. Currently, however, only UDP packets to port 53 are considered "DNS requests". This ignores DNS requests over TCP - less common, but certainly possible. It also ignores encrypted DNS requests on port 853. Extend the DNS forwarding logic to handle both of those cases.The question here is if it handles DoT should it handle DoH as well, i.e. https (443)?Link: https://github.com/containers/podman/issues/23239 Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au>Tested-by: Paul Holzinger <pholzing(a)redhat.com> I tested both dns over tcp and dns over tls with dig. -- Paul