mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 20:00:16 +00:00
added How to Migrate
parent
e9d8f87ff5
commit
0bc3929c7f
1 changed files with 10 additions and 0 deletions
10
FAQ.md
10
FAQ.md
|
@ -24,3 +24,13 @@ If you don't want your VPN clients to be able to access the internet simply comm
|
||||||
```
|
```
|
||||||
push "redirect-gateway def1"
|
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/
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in a new issue