Skip to content

Instantly share code, notes, and snippets.

@hexathos
Created July 4, 2014 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hexathos/6b626238945aeb088f7e to your computer and use it in GitHub Desktop.
Save hexathos/6b626238945aeb088f7e to your computer and use it in GitHub Desktop.
<target name="validatezonefiles">
<apply executable="/usr/sbin/named-checkzone" failonerror="true">
<arg value="1" />
<fileset dir="${basedir}/zonefiles">
<include name="**/*.dns" />
</fileset>
</apply>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment