mirror of
https://github.com/pivpn/pivpn.git
synced 2025-02-28 13:58:26 +00:00
Updated FAQ (WireGuard) (markdown)
parent
321a6cd7c6
commit
2302d351bd
1 changed files with 5 additions and 1 deletions
|
@ -32,6 +32,10 @@ New clients you generate will use the new endpoint but you need to manually edit
|
|||
|
||||
Replace the following line in your client configuration: `AllowedIPs = 0.0.0.0/0` with `AllowedIPs = [...]` where `[...]` is the IP and netmask of your LAN, for example `192.168.23.0/24`.
|
||||
|
||||
## How do I upgrade WireGuard to the latest version?
|
||||
|
||||
Run `pivpn -wg` and follow the instructions. If you have a Raspberry Pi 2 or later you don't really need to do this since WireGuard will be upgraded via the package manager (APT).
|
||||
|
||||
## How Can I Migrate my configs to another PiVPN Instance?
|
||||
|
||||
Backup your server with `pivpn -bk`
|
Loading…
Add table
Reference in a new issue