1 .TH "unbound\-streamtcp" "1" "Mar 21, 2013" "NLnet Labs" "unbound"
3 .\" unbound-streamtcp.1 -- unbound DNS lookup utility
8 \- unbound DNS lookup utility
21 sends a DNS Query of the given \fBtype\fR and \fBclass\fR for the given \fBname\fR
22 to the DNS server over TCP and displays the response.
24 If the server to query is not given using the \fB\-f\fR option then localhost
25 (127.0.0.1) is used. More queries can be given on one commandline, they
26 are resolved in sequence.
28 The available options are:
31 This name is resolved (looked up in the DNS).
34 Specify the type of data to lookup.
37 Specify the class to lookup for.
40 Use UDP instead of TCP. No retries are attempted.
43 Do not wait for the answer.
51 .B \-f \fIipaddr[@port]
52 Specify the server to send the queries to. If not specified localhost (127.0.0.1) is used.
57 $ unbound\-streamtcp www.example.com A IN
59 $ unbound\-streamtcp \-f 192.168.1.1 www.example.com SOA IN
61 $ unbound\-streamtcp \-f 192.168.1.1@1234 153.1.168.192.in\-addr.arpa. PTR IN
63 The unbound\-streamtcp program exits with status code 1 on error,
66 This manual page was written by Tomas Hozza <thozza@redhat.com>.