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.