Open
Description
It seems that Netavark starts aardvark with the default DNS filter (.dns.podman
). This should be customizable:
$ dig +short @10.88.0.1 container.podman.mycustomdomain
10.88.0.12
Aardvark sets the filter domain here:
This means that Netavark would need to set the filter domain here:
An optional entry in the network configuration that defaults to dns.podman
would suffice here, much like this code:
netavark/src/network/bridge.rs
Lines 166 to 168 in 3a1902a