bundles/unbound: do not bind to 0.0.0.0 if qemu is installed

This commit is contained in:
Franzi 2021-03-21 11:43:53 +01:00
parent 5a0aa82ec9
commit 4b00c8b55a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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