From 8657f60a1d7a40a19cc841f21056cce52c24d3ba Mon Sep 17 00:00:00 2001 From: Christoph Schleßelmann Date: Thu, 22 Apr 2021 15:29:17 +0200 Subject: Wireguard: Fix IPv6 in iPhone peer example --- docs/configuration/interfaces/wireguard.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration/interfaces') 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= } -- cgit v1.2.3