added How to Migrate

Carlos Colaço 2018-02-21 18:44:04 +01:00
parent e9d8f87ff5
commit 0bc3929c7f

10
FAQ.md

@ -23,4 +23,14 @@ If you don't want your VPN clients to be able to access the internet simply comm
```
push "redirect-gateway def1"
```
## How Can I Migrate my configs to another PiVPN Instance?
you can achieve that by copying your /etc/openvpn folder to your new Raspberry pi, one method that works is using scp.
Example:
```
scp -pr /etc/openvpn/* root@192.168.101.124:/etc/
```