1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00

man: netdev: Clarify wireguard IPv6 endpoint format

(cherry picked from commit 744b04c5571eb1518e686dce505357aa3fb94ce8)
This commit is contained in:
Sorah Fukumori 2023-04-07 04:15:43 +09:00 committed by Luca Boccassi
parent 0558c490a6
commit 16dc17d68c

View File

@ -1711,7 +1711,9 @@
<term><varname>Endpoint=</varname></term>
<listitem>
<para>Sets an endpoint IP address or hostname, followed by a colon, and then
a port number. This endpoint will be updated automatically once to
a port number. IPv6 address must be in the square brackets. For example,
<literal>111.222.333.444:51820</literal> for IPv4 and <literal>[1111:2222::3333]:51820</literal>
for IPv6 address. This endpoint will be updated automatically once to
the most recent source IP address and port of correctly
authenticated packets from the peer at configuration time.</para>
</listitem>