summaryrefslogtreecommitdiffstats
path: root/man/systemd-resolved.service.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-10-15 07:15:31 +0200
committerLennart Poettering <lennart@poettering.net>2024-10-15 09:25:13 +0200
commit71a886518b4ba22029d45e4c9bd5d2f52fb32751 (patch)
tree4a615b1d3be7fa3c78d8d43eaf72319dbade6970 /man/systemd-resolved.service.xml
parentMerge pull request #34752 from yuwata/udev-remove-database-on-remove (diff)
downloadsystemd-71a886518b4ba22029d45e4c9bd5d2f52fb32751.tar.xz
systemd-71a886518b4ba22029d45e4c9bd5d2f52fb32751.zip
man: update documents of "_outbound" addresses
Follow-up for 4adf2653e2a68d4d593b46734fd9e24721a8d449. Addresses https://github.com/systemd/systemd/issues/34739#issuecomment-2412904739.
Diffstat (limited to 'man/systemd-resolved.service.xml')
-rw-r--r--man/systemd-resolved.service.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml
index 8d22b22e85..210a843233 100644
--- a/man/systemd-resolved.service.xml
+++ b/man/systemd-resolved.service.xml
@@ -118,11 +118,12 @@
useful for referencing it independently of the current network configuration state.</para></listitem>
<listitem><para>The hostname <literal>_outbound</literal> is resolved to the local IPv4 and IPv6
- addresses that are most likely used for communication with other hosts. This is determined by
- requesting a routing decision to the configured default gateways from the kernel and then using the
- local IP addresses selected by this decision. This hostname is only available if there is at least one
- local default gateway configured. This assigns a stable hostname to the local outbound IP addresses,
- useful for referencing them independently of the current network configuration state.</para></listitem>
+ addresses that are most likely used for communication with other hosts. This is the preferred source
+ addresses of default gateways if specified, or determined by requesting a routing decision to the
+ configured default gateways from the kernel and then using the local IP addresses selected by this
+ decision. This hostname is only available if there is at least one local default gateway configured.
+ This assigns a stable hostname to the local outbound IP addresses, useful for referencing them
+ independently of the current network configuration state.</para></listitem>
<listitem><para>The hostname <literal>_localdnsstub</literal> is resolved to the IP address 127.0.0.53,
i.e. the address the local DNS stub (see above) is listening on.</para></listitem>