containers / dnsname

name resolution for containers
Apache License 2.0
177 stars 47 forks source link

Option to customize dnsmasq config #126

Open byrnedo opened 10 months ago

byrnedo commented 10 months ago

Would it be possible to add some way to add extra configuration to dnsmasq? Like a /run/containers/cni/dnsname/podman/dnsmasq.d/ directory?

I think all that would require is the following in the dnsmasq.conf

conf-dir=/run/containers/cni/dnsname/podman/dnsmasq.d/
byrnedo commented 10 months ago

https://github.com/containers/dnsname/pull/127