| $ cat /etc/dnsmasq.d-available/lxc | |
| # Tell any system-wide dnsmasq instance to make sure to bind to interfaces | |
| # instead of listening on 0.0.0.0 | |
| # WARNING: changes to this file will get lost if lxc is removed. | |
| bind-interfaces | |
| except-interface=lxcbr0 | |
| $ cat /etc/dnsmasq.d/network-manager | |
| # Tell any system-wide dnsmasq instance to make sure to bind to interfaces | |
| # instead of listening on 0.0.0.0 | |
| # WARNING: changes to this file will get lost if network-manager is removed. | |
| bind-interfaces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment