mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 03:10:16 +00:00
Updated FAQ (markdown)
parent
626f5fcb3a
commit
4c40a78220
1 changed files with 6 additions and 0 deletions
6
FAQ.md
6
FAQ.md
|
@ -5,6 +5,12 @@ PiVPN runs at least on the following boards:
|
||||||
* All SBC's running DietPi. This is currently: Raspberry Pi's (all models), Odroid C1, Odroid C2 (arm64), Odroid XU3/4, Pine A64, NanoPi NEO, NanoPi NEO Air, NanoPi M1, NanoPi M2/T2, NanoPi M3/T3, Banana Pi Pro Banana Pi M2+, OrangePi PC and OrangePi One
|
* All SBC's running DietPi. This is currently: Raspberry Pi's (all models), Odroid C1, Odroid C2 (arm64), Odroid XU3/4, Pine A64, NanoPi NEO, NanoPi NEO Air, NanoPi M1, NanoPi M2/T2, NanoPi M3/T3, Banana Pi Pro Banana Pi M2+, OrangePi PC and OrangePi One
|
||||||
* Most servers running a Debian or Ubuntu based distro.
|
* Most servers running a Debian or Ubuntu based distro.
|
||||||
|
|
||||||
|
### What About Octopi?
|
||||||
|
|
||||||
|
https://github.com/guysoft/OctoPi/issues/373 OctoPi doesn't play well with PiVPN installer as they use a git wrapper that blocks it from running as root user.
|
||||||
|
|
||||||
|
To disable the git wrapper please do: `sudo rm /root/bin/git`
|
||||||
|
|
||||||
## Can I change the hostname, the IP address, protocol or port after the install?
|
## Can I change the hostname, the IP address, protocol or port after the install?
|
||||||
Yes. To change the hostname or IP address, you will need to change `/etc/openvpn/easy-rsa/pki/Default.txt` and your `.ovpn` files if you have already generated them.
|
Yes. To change the hostname or IP address, you will need to change `/etc/openvpn/easy-rsa/pki/Default.txt` and your `.ovpn` files if you have already generated them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue