Fixed wrong path to Default.txt to be edited in case user wants to change it after pivpn install ( fixes issue #405 )

Carlos Colaço 2017-12-22 13:50:12 +00:00
parent 0725eec549
commit 0160c53db6

2
FAQ.md

@ -6,7 +6,7 @@ PiVPN runs at least on the following boards:
* Most servers running a Debian or Ubuntu based distro.
## 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/keys/Default.txt` and your `.ovpn` files if you have already generated them. If you want to change the protocol, you will also need to change `/etc/openvpn/easy-rsa/pki/Default.txt`.
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.
## My ISP doesn't give me a static external IP address, so my servers IP address keeps changing!
You will need a dynamic DNS service and a hostname. If your IP address changes, your hostname will then automatically point to the new IP address. Some free dynamic DNS services are <http://noip.com> or <http://freedns.afraid.org/>.