1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00

fixed formatting in documentation

This commit is contained in:
Chris Xiao 2018-07-24 23:25:48 -04:00
parent 3126e9f439
commit e52970decc
No known key found for this signature in database
GPG Key ID: F6C6CFB7122581AE
3 changed files with 2 additions and 12 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.