So it seems my Uni is not operating eduVPN with the ability to handle DNS over TLS. It was a quite the journey to learn that this was even an issue. I do not know if my Uni is at fault here as I couldn't find anything on this on any issue here. As such, I'd like to propose two alternatives that could avoid this problem.
- Require a certain DNS over TLS setting from VPN providers and add a
dns-over-tls line to the connections section.
- Somehow check the capabilities of the peer before setting the
dns-over-tls line.
Currently, dns-over-tls is not handled at all. However, programs like systemd-resolved may cause dns-over-tls to be the default in some systems.
So it seems my Uni is not operating eduVPN with the ability to handle DNS over TLS. It was a quite the journey to learn that this was even an issue. I do not know if my Uni is at fault here as I couldn't find anything on this on any issue here. As such, I'd like to propose two alternatives that could avoid this problem.
1. Require a certain DNS over TLS setting from VPN providers and add a `dns-over-tls` line to the connections section.
2. Somehow check the capabilities of the peer before setting the `dns-over-tls` line.
Currently, `dns-over-tls` is not handled at all. However, programs like systemd-resolved may cause `dns-over-tls` to be the default in some systems.