diff --git a/Documentation/client-ovpn.md b/Documentation/client-ovpn.md index f0e7d4a..ab95519 100644 --- a/Documentation/client-ovpn.md +++ b/Documentation/client-ovpn.md @@ -62,8 +62,6 @@ sudo killall openvpn ``` - ​ - ## Android - Download [OpenVPN for Android](https://play.google.com/store/apps/details?id=de.blinkt.openvpn) from Google Play Store @@ -86,16 +84,13 @@ - If you're unable to connect to your server with OpenVPN... - - Also check if OpenVPN is running on your server. + - Check if OpenVPN is running on your server. ```bash # You should see openvpn in the output ps -A | grep openvpn ``` - - If you still can't connect, try removing and reinstalling OpenVPN on your server. - Run the install script and select `Uninstall` - Run the install script again and make sure you enter the correct information. - - ​ \ No newline at end of file diff --git a/Documentation/client-ssl.md b/Documentation/client-ssl.md index 2e7884d..ac50db9 100644 --- a/Documentation/client-ssl.md +++ b/Documentation/client-ssl.md @@ -105,8 +105,6 @@ sudo killall stunnel ``` - ​ - ## Android - OpenVPN is supported on Android, but OpenVPN over SSL support isn't very good. @@ -141,9 +139,6 @@ ps -A | grep openvpn ``` - - If you still can't connect, try removing and reinstalling OpenVPN on your server. - Run the install script and select `Uninstall` - Run the install script again and make sure you enter the correct information. - - ​ \ No newline at end of file diff --git a/README.md b/README.md index 5bbf31c..43cfab9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This script lets you set up your own OpenVPN server in minutes, even if you no e ## Installation If you run into any issues during installation, please refer to [Troubleshooting](#troubleshooting). + ### Install on CentOS/Debian/Ubuntu - **Please note: if your server is running the following OS versions, please select `AES-256-CBC` when you're asked to select a cipher mode.** @@ -96,7 +97,6 @@ If you run into any issues during installation, please refer to [Troubleshooting ps -A | grep openvpn ``` - - If you still can't connect, try removing and reinstalling OpenVPN on your server. - Run the install script and select `Uninstall` - Run the install script again and make sure you enter the correct information.