blob: 978b8b6dcdd2e40ef2fbe7c905f1de7dffaab7a8 [file] [log] [blame]
#!/bin/sh
if !(host -t SOA local. > /dev/null 2> /dev/null); then
# Return 1 to tell that local domain is present
exit 1
else
# Return 0 to tell local domain is not being used
exit 0
fi