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:20:11 -0400
commit77d9b3e8251f7e08d0c9761ab31026d92ee5485f (patch)
tree6efc99a30a1bd0fba13d92956ffb161a80f15e2a /usr/share/doc
parentadd bash autocompletion for updatezone (diff)
downloadddtools-77d9b3e8251f7e08d0c9761ab31026d92ee5485f.tar.gz
ddtools-77d9b3e8251f7e08d0c9761ab31026d92ee5485f.tar.bz2
ddtools-77d9b3e8251f7e08d0c9761ab31026d92ee5485f.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