Updated FAQ (markdown)

4s3ti 2019-08-30 09:57:50 +02:00
parent 626f5fcb3a
commit 4c40a78220

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
* 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?
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.