-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rework dns forwarders and add localonly dns option to libvirt-net…
…work I make a new DNS a sectrion of network, more like the upstream xml. Inside that new DNS section I include forwarders, which were under the main object, so this is a breaking change. But one that aligns with the upstream xml and one which allows much easier future growth of DNS management. I add 'localOnly' which tells dnsmasq to own all of the domain in question. Instead of forwarding unknown names. This way you can point your local DNS at the libvirt DNS for the domain in question, and the domain in question will not forward unknown hosts back to your local DNS.
- Loading branch information
Showing
3 changed files
with
219 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters