mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-01-23 02:15:13 +00:00
fix typo
This commit is contained in:
parent
b747b97f26
commit
700f4efbd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue