man: AllowedIPs= can be specified multiple times

Closes #27507.
This commit is contained in:
Yu Watanabe 2023-05-22 14:18:40 +09:00
parent 54189b2ec3
commit f8c5301e44

View file

@ -1700,9 +1700,10 @@
<varlistentry>
<term><varname>AllowedIPs=</varname></term>
<listitem>
<para>Sets a comma-separated list of IP (v4 or v6) addresses with CIDR masks
from which this peer is allowed to send incoming traffic and to
which outgoing traffic for this peer is directed.</para>
<para>Sets a comma-separated list of IP (v4 or v6) addresses with CIDR masks from which this peer
is allowed to send incoming traffic and to which outgoing traffic for this peer is directed. This
setting can be specified multiple times. If an empty string is assigned, then the all previous
assignments are cleared.</para>
<para>The catch-all 0.0.0.0/0 may be specified for matching all IPv4 addresses,
and ::/0 may be specified for matching all IPv6 addresses.</para>