Skip to content

Instantly share code, notes, and snippets.

@thorerik
Created May 13, 2016 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thorerik/5ba2c0bb6dd38d12000c19fa0ccf7262 to your computer and use it in GitHub Desktop.
Save thorerik/5ba2c0bb6dd38d12000c19fa0ccf7262 to your computer and use it in GitHub Desktop.
$ 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