Open
Description
Description
When using the vz
VM and not using user-v2 networking, the DNS behavior mentioned in the documentation is no longer working as advertised when hostResolver.enabled
is true (or unassigned).
This prevents being able to use the native OS resolver, which is needed for VPN configurations, split-DNS setups, as well as mDNS, local /etc/hosts etc.
The breaking change seems to be here, which prevents args.UDPDNSLocalPort
etc. from getting assigned.