diff options
author | Jan Cholasta <jcholast@redhat.com> | 2011-07-11 10:14:53 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-07-15 16:42:16 +0200 |
commit | 881df73568a9638bba6a6d0ae2e715cf249f6fa4 (patch) | |
tree | 563a44d98a84066b18172b89b1402953140d8eb8 /install/tools/man/ipa-dns-install.1 | |
parent | 1c5028c17df9dc903a6db2712738670c3534246f (diff) | |
download | freeipa-881df73568a9638bba6a6d0ae2e715cf249f6fa4.tar.gz freeipa-881df73568a9638bba6a6d0ae2e715cf249f6fa4.tar.xz freeipa-881df73568a9638bba6a6d0ae2e715cf249f6fa4.zip |
Fix creation of reverse DNS zones.
Create reverse DNS zone for /24 IPv4 subnet and /64 IPv6 subnet by
default instead of using the netmask from the --ip-address option.
Custom reverse DNS zone can be specified using new --reverse-zone
option, which replaces the old --ip-address netmask way of creating
reverse zones.
The reverse DNS zone name is printed to the user during the install.
ticket 1398
Diffstat (limited to 'install/tools/man/ipa-dns-install.1')
-rw-r--r-- | install/tools/man/ipa-dns-install.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/tools/man/ipa-dns-install.1 b/install/tools/man/ipa-dns-install.1 index f6f99c125..e8c53bf72 100644 --- a/install/tools/man/ipa-dns-install.1 +++ b/install/tools/man/ipa-dns-install.1 @@ -40,6 +40,9 @@ A forwarder is a DNS server where queries for a specific non\-resolvable address \fB\-\-no\-forwarders\fR Do not add any DNS forwarders, send non\-resolvable addresses to the DNS root servers. .TP +\fB\-\-reverse\-zone\fR=\fIREVERSE_ZONE\fR +The reverse DNS zone to use +.TP \fB\-\-no\-reverse\fR Do not create reverse DNS zone .TP |