From 700f4efbd0f73a74b0d37868f99fd29c4b6232f1 Mon Sep 17 00:00:00 2001 From: Elias Howell Date: Sat, 7 Jan 2023 00:31:18 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b44e657..3657dbf 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ You can also read in keys from a file or via command if you don't want to hardco PostUp = wg set %i private-key /etc/wireguard/wg0.key <(cat /some/path/%i/privkey) ``` -Technically, multiple servers can share the same private key as long as clients arent connected to two servers with the same key simulatenously. +Technically, multiple servers can share the same private key as long as clients arent connected to two servers with the same key simultaneously. An example of a scenario where this is a reasonable setup is if you're using round-robin DNS to load-balance connections between two servers that are pretending to be a single server. Most of the time however, every peer should have its own pubic/private keypair so that peers can't read eachothers traffic and can be individually revoked.