diff options
author | Christoph Schleßelmann <c.schlesselmann@googlemail.com> | 2021-04-22 15:29:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 15:29:17 +0200 |
commit | 8657f60a1d7a40a19cc841f21056cce52c24d3ba (patch) | |
tree | 8a27e95e5d1eb058bcd80de3d142481e7c71213d /docs/configuration/interfaces/wireguard.rst | |
parent | 53b9efec3be36ed87be718b946b36276985ec9dc (diff) | |
download | vyos-documentation-8657f60a1d7a40a19cc841f21056cce52c24d3ba.tar.gz vyos-documentation-8657f60a1d7a40a19cc841f21056cce52c24d3ba.zip |
Wireguard: Fix IPv6 in iPhone peer example
Diffstat (limited to 'docs/configuration/interfaces/wireguard.rst')
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 0ceb0aa2..0e340007 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -169,7 +169,7 @@ the peers. This allows the peers to interact with one another. } peer iPhone { allowed-ips 10.172.24.20/32 - allowed-ips 2001:DB8:470:22::30/128 + allowed-ips 2001:DB8:470:22::20/128 persistent-keepalive 15 pubkey BknHcLFo8nOo8Dwq2CjaC/TedchKQ0ebxC7GYn7Al00= } |