bundles/unbound: do not bind to 0.0.0.0 if qemu is installed
This commit is contained in:
parent
5a0aa82ec9
commit
4b00c8b55a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ server:
|
|||
|
||||
num-threads: ${threads}
|
||||
|
||||
% if node.has_bundle('iptables'):
|
||||
% if node.has_bundle('iptables') and not node.has_bundle('vmhost'):
|
||||
# Use iptables to manage access to this service
|
||||
interface: 0.0.0.0
|
||||
interface: ::0
|
||||
|
|
Loading…
Reference in a new issue