mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
VR: add bind-interfaces to /etc/dnsmasq.d/cloud.conf (#10739)
This commit is contained in:
parent
29e58e906f
commit
f2e688af26
@ -82,7 +82,7 @@ class CsDhcp(CsDataBag):
|
|||||||
CsHelper.service("dnsmasq", "reload")
|
CsHelper.service("dnsmasq", "reload")
|
||||||
|
|
||||||
def configure_server(self):
|
def configure_server(self):
|
||||||
# self.conf.addeq("dhcp-hostsfile=%s" % DHCP_HOSTS)
|
self.conf.add("bind-interfaces", 0)
|
||||||
idx = 0
|
idx = 0
|
||||||
listen_address = ["127.0.0.1"]
|
listen_address = ["127.0.0.1"]
|
||||||
for i in self.devinfo:
|
for i in self.devinfo:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user