summaryrefslogtreecommitdiffstats
path: root/man/resolvectl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-03-04 18:47:45 +0100
committerLennart Poettering <lennart@poettering.net>2024-03-05 15:29:04 +0100
commit36418a4792ace8d84ae5d4024d9cabb8d13bdbf6 (patch)
treef37d7274cba8d702285064139f16c93580a51b2d /man/resolvectl.xml
parentresolved: add new SD_RESOLVED_RELAX_SINGLE_LABEL resolver flag (diff)
downloadsystemd-36418a4792ace8d84ae5d4024d9cabb8d13bdbf6.tar.xz
systemd-36418a4792ace8d84ae5d4024d9cabb8d13bdbf6.zip
resolvectl: expose new SD_RESOLVED_RELAX_SINGLE_LABEL flag in resolvectl
Diffstat (limited to 'man/resolvectl.xml')
-rw-r--r--man/resolvectl.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/resolvectl.xml b/man/resolvectl.xml
index dada3f51d7..afa4ca77eb 100644
--- a/man/resolvectl.xml
+++ b/man/resolvectl.xml
@@ -480,6 +480,21 @@
<xi:include href="version-info.xml" xpointer="v254"/></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--relax-single-label=</option><replaceable>BOOL</replaceable></term>
+
+ <listitem><para>Takes a boolean parameter; used in conjunction with <command>query</command>. If
+ true, rules regarding routing of single-label names are relaxed. Defaults to false. By default,
+ lookups of single label names are assumed to refer to local hosts to be resolved via local resolution
+ such as LLMNR or via search domain qualification and are not routed to upstream servers as is. If
+ this option is enabled these rules are disabled and the queries are routed upstream anyway. Also see
+ the <varname>ResolveUnicastSingleLabel=</varname> option in
+ <citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ which provides a system-wide option that controls this behaviour.</para>
+
+ <xi:include href="version-info.xml" xpointer="v256"/></listitem>
+ </varlistentry>
+
<xi:include href="standard-options.xml" xpointer="json" />
<xi:include href="standard-options.xml" xpointer="j" />
<xi:include href="standard-options.xml" xpointer="no-pager" />