diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-11-12 14:34:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-12 14:34:14 +0200 |
| commit | 91988e6cc4ece493dd0398484276c0ee46e51b32 (patch) | |
| tree | bdae72339bc7ac0358b11270b8c08894cf21cf9d /docs | |
| parent | 4370a8eb3406e277389107f0495a9b993f4f1eb7 (diff) | |
| parent | ae9f5a63975dcdc644bf14aec595bb27c716891f (diff) | |
| download | vyos-documentation-91988e6cc4ece493dd0398484276c0ee46e51b32.tar.gz vyos-documentation-91988e6cc4ece493dd0398484276c0ee46e51b32.zip | |
Merge pull request #1704 from systeembeheerder/patch-2
Update wireguard.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index c13affaf..a40bee01 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -288,13 +288,13 @@ value needs to be lower than the UDP timeout. allowed-ips 10.172.24.30/32 allowed-ips 2001:db8:470:22::30/128 persistent-keepalive 15 - pubkey F5MbW7ye7DsoxdOaixjdrudshjjxN5UdNV+pGFHqehc= + public-key F5MbW7ye7DsoxdOaixjdrudshjjxN5UdNV+pGFHqehc= } peer iPhone { allowed-ips 10.172.24.20/32 allowed-ips 2001:db8:470:22::20/128 persistent-keepalive 15 - pubkey BknHcLFo8nOo8Dwq2CjaC/TedchKQ0ebxC7GYn7Al00= + public-key BknHcLFo8nOo8Dwq2CjaC/TedchKQ0ebxC7GYn7Al00= } port 2224 private-key OLTQY3HuK5qWDgVs6fJR093SwPgOmCKkDI1+vJLGoFU= @@ -354,7 +354,7 @@ Status private key: (hidden) listening port: 51820 - peer: <peer pubkey> + peer: <peer public-key> endpoint: <peer public IP> allowed ips: 10.69.69.2/32 latest handshake: 23 hours, 45 minutes, 26 seconds ago |
