Lines Matching +full:conf +full:- +full:ds

37 .. program:: unbound-host
39 unbound-host(1)
43 --------
45 **unbound-host** [``-C configfile``] [``-vdhr46D``] [``-c class``]
46 [``-t type``] [``-y key``] [``-f keyfile``] [``-F namedkeyfile``] hostname
49 -----------
51 ``unbound-host`` uses the Unbound validating resolver to query for the hostname
53 With the :option:`-v` option it displays validation status: secure, insecure,
58 With :option:`-C` an unbound config file and with :option:`-r` ``resolv.conf``
68 .. option:: -h
72 .. option:: -v
82 .. option:: -d
85 One :option:`-d` shows what the resolver and validator are doing and may
87 More times, :option:`-d` :option:`-d`, gives a lot of output, with every
90 .. option:: -c <class>
95 .. option:: -t <type>
101 .. option:: -y <key>
106 Can be given as a DS or DNSKEY record.
109 .. code-block:: text
111 -y "example.com DS 31560 5 1 1CFED84787E6E19CCF9372C1187325972FE546CD"
113 .. option:: -D
119 .. option:: -f <keyfile>
122 Every line has a DS or DNSKEY record, in the format as for :option:`-y`.
125 .. option:: -F <namedkeyfile>
127 Reads keys from a BIND-style :file:`named.conf` file.
128 Only the ``trusted-key {};`` entries are read.
130 .. option:: -C <configfile>
132 Uses the specified unbound.conf to prime :doc:`libunbound(3)</manpages/libunbound>`.
136 .. option:: -r
138 Read :file:`/etc/resolv.conf`, and use the forward DNS servers from
140 More info in *resolv.conf(5)*.
143 .. option:: -4
147 .. option:: -6
152 --------
157 .. code-block:: text
159 $ unbound-host www.example.com
161 …$ unbound-host -v -y "example.com DS 31560 5 1 1CFED84787E6E19CCF9372C1187325972FE546CD" www.examp…
163 …$ unbound-host -v -y "example.com DS 31560 5 1 1CFED84787E6E19CCF9372C1187325972FE546CD" 192.0.2.1…
166 ---------
168 The ``unbound-host`` program exits with status code 1 on error, 0 on no error.
173 --------
175 :doc:`unbound.conf(5)</manpages/unbound.conf>`,