From 898e893da33da5f12307e788fe8920e625210cd0 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 6 Jun 2026 14:40:10 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 244f6d9..42e6d78 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,13 @@ Client and server public/private keys will be located in ``` /etc/wireguard/ ``` A typical client set up is, -- Interface +#### Interface -Name, Client Private Key, Addresses (10.10.10.1/32) +- Name, Client Private Key, Addresses (10.10.10.1/32) -- Peer +#### Peer -Server Public Key, Allowed IPs (10.10.10.0/31, LAN IP range), Endpoint:51820, Persistent Keep Alive 25 seconds +- Server Public Key, Allowed IPs (10.10.10.0/31, LAN IP range), Endpoint:51820, Persistent Keep Alive 25 seconds Persistent keep alive will send a dummy packet every 25 seconds to maintain a connection when you are roaming with a mobile device and subject to frequent IP change.