Currently all the DNS is resolved via the CNI interface created by podman.
If the default interface should be deleted the DNS is not switching to the WireGuard interface.
wg-quick supports this with DNS= in the config file.
This can be added to support this.
Even of containers can be of all different shape and setup it is probably still safe to assume that using /etc/resolv.conf will work.
Currently all the DNS is resolved via the CNI interface created by podman.
If the default interface should be deleted the DNS is not switching to the WireGuard interface.
wg-quick supports this with
DNS=in the config file.This can be added to support this.
Even of containers can be of all different shape and setup it is probably still safe to assume that using
/etc/resolv.confwill work.