mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable clients to update DNS records
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
parent
f856c359eb
commit
76990612f5
|
|
@ -724,6 +724,8 @@ setup_dnsmasq() {
|
|||
then
|
||||
echo "$ETH0_IP6 data-server" >> /etc/hosts
|
||||
fi
|
||||
sed -i -e "/^dhcp-client-update/d" /etc/dnsmasq.conf
|
||||
echo 'dhcp-client-update' >> /etc/dnsmasq.conf
|
||||
}
|
||||
|
||||
setup_sshd(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue