diff options
Diffstat (limited to 'drill/drill.1.in')
-rw-r--r-- | drill/drill.1.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drill/drill.1.in b/drill/drill.1.in index 15b15a425333c..b6d74f6554d7f 100644 --- a/drill/drill.1.in +++ b/drill/drill.1.in @@ -83,6 +83,11 @@ Chase the signature(s) of 'name' to a known key or as high up in the tree as possible. .TP +\fB\-I \fIIPv4 or IPv6 address\fR +Source address to query from. The source address has to be present +on an interface of the host running drill. + +.TP \fB\-V \fIlevel\fR Be more verbose. Set level to 5 to see the actual query that is sent. @@ -217,6 +222,12 @@ specify named base64 tsig key, and optional an algorithm (defaults to hmac-md5.s \fB\-z \fR don't randomize the nameserver list before sending queries. +.SH "EXIT STATUS" +The exit status is 0 if the looked up answer is secure and trusted, +or insecure. +The exit status is not 0 if the looked up answer is untrusted or bogus, +or an error occurred while performing the lookup. + .SH "FILES" .TP @LDNS_TRUST_ANCHOR_FILE@ |