dnsmasq: skip DNS update script when starting up
This commit is contained in:
parent
e95603fda9
commit
bfda7b3236
|
@ -1,5 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# don’t spam the DNS server when starting dnsmasq
|
||||
if [ -n "${DNSMASQ_INTERFACE}" ] ; then
|
||||
exit
|
||||
fi
|
||||
|
||||
domain={{ domain }}
|
||||
ldap_user={{ password.ldap_user }}
|
||||
ttl=3600
|
||||
|
|
Loading…
Reference in a new issue