mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-24 14:06:07 +03:00
fixed formatting in documentation
This commit is contained in:
parent
3126e9f439
commit
e52970decc
@ -62,8 +62,6 @@
|
|||||||
sudo killall openvpn
|
sudo killall openvpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
- Download [OpenVPN for Android](https://play.google.com/store/apps/details?id=de.blinkt.openvpn) from Google Play Store
|
- 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...
|
- 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
|
```bash
|
||||||
# You should see openvpn in the output
|
# You should see openvpn in the output
|
||||||
ps -A | grep openvpn
|
ps -A | grep openvpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
- If you still can't connect, try removing and reinstalling OpenVPN on your server.
|
- 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 and select `Uninstall`
|
||||||
- Run the install script again and make sure you enter the correct information.
|
- Run the install script again and make sure you enter the correct information.
|
||||||
|
|
||||||
|
|
@ -105,8 +105,6 @@
|
|||||||
sudo killall stunnel
|
sudo killall stunnel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
- OpenVPN is supported on Android, but OpenVPN over SSL support isn't very good.
|
- OpenVPN is supported on Android, but OpenVPN over SSL support isn't very good.
|
||||||
@ -141,9 +139,6 @@
|
|||||||
ps -A | grep openvpn
|
ps -A | grep openvpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
- If you still can't connect, try removing and reinstalling OpenVPN on your server.
|
- 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 and select `Uninstall`
|
||||||
- Run the install script again and make sure you enter the correct information.
|
- Run the install script again and make sure you enter the correct information.
|
||||||
|
|
||||||
|
|
@ -22,6 +22,7 @@ This script lets you set up your own OpenVPN server in minutes, even if you no e
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
If you run into any issues during installation, please refer to [Troubleshooting](#troubleshooting).
|
If you run into any issues during installation, please refer to [Troubleshooting](#troubleshooting).
|
||||||
|
|
||||||
### Install on CentOS/Debian/Ubuntu
|
### 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.**
|
- **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
|
ps -A | grep openvpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
- If you still can't connect, try removing and reinstalling OpenVPN on your server.
|
- 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 and select `Uninstall`
|
||||||
- Run the install script again and make sure you enter the correct information.
|
- Run the install script again and make sure you enter the correct information.
|
||||||
|
Loading…
Reference in New Issue
Block a user