mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 11:50:17 +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
|
@ -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/
|
||||
|
||||
```
|
Loading…
Reference in a new issue