aboutsummaryrefslogtreecommitdiff
path: root/usr/share/doc
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-10-15 15:07:54 -0400
committerB Stack <bgstack15@gmail.com>2017-10-15 15:07:54 -0400
commit74e5e4d44f88c2f106d990906a62b2eda7a9db87 (patch)
treee0f3ffe27c3bd47668f9b08c6e5abd3aa221bffb /usr/share/doc
parentadd bash autocompletion for updatezone (diff)
downloadddtools-74e5e4d44f88c2f106d990906a62b2eda7a9db87.tar.gz
ddtools-74e5e4d44f88c2f106d990906a62b2eda7a9db87.tar.bz2
ddtools-74e5e4d44f88c2f106d990906a62b2eda7a9db87.zip
add --flush to updatezone
Diffstat (limited to 'usr/share/doc')
-rw-r--r--usr/share/doc/ddtools/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/share/doc/ddtools/README.txt b/usr/share/doc/ddtools/README.txt
index ae6ac85..a767968 100644
--- a/usr/share/doc/ddtools/README.txt
+++ b/usr/share/doc/ddtools/README.txt
@@ -39,6 +39,11 @@ This tool will only request updates for zones that are updated. Also, you do not
You can also specify multiple zones on the command line.
$ updatezone ipa.smith122.com ad.smith122.com
+You can also use the --flush flag to clear out the A and PTR records whose TTL matches the dhcp server TTL. It ties in nicely with the dhcpd-control --flush command. Remember that you need to give a zone name (or -c conffile) option as well.
+
+Example:
+updatezone --flush ipa.smith122.com
+
### NOTES
### REFERENCE
@@ -50,3 +55,4 @@ $ updatezone ipa.smith122.com ad.smith122.com
2017-10-14 B Stack <bgstack15@gmail.com> 0.0-3
- Rearranged directory structure to match current standards
- Added bash autocompletion definition for updatezone
+- Added --flush to updatezone to match dhcpd-control
bgstack15