Remove very deployment-specific usage guide
This commit is contained in:
parent
dd9cec2cf2
commit
675cf95991
1 changed files with 5 additions and 13 deletions
16
usage.md
16
usage.md
|
@ -1,16 +1,8 @@
|
||||||
## VPN Usage
|
## VPN Usage
|
||||||
The vpn will relay all internet connections over a server operated by oneofftech.
|
|
||||||
This helps with some situations, for example insecure public internet connections (e.g. Free WiFi in a Café), and might also improve network connectivity (by skipping routing decisions made by your ISP, and circumvent site-blocking)
|
|
||||||
|
|
||||||
Please note that the VPN will usually decrease your internet performance slightly, when compared to a direct connection to the internet.
|
|
||||||
|
|
||||||
Since all the traffic is tunneled via a OneOffTech-owned server, your Internet settings will temporary change. This changes will be reverted, when you disconnect.
|
|
||||||
|
|
||||||
We do not log or inspect any data transmitted via the VPN.
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
### Windows
|
### Windows
|
||||||
1. Download VPN configuration from https://vpn.oneofftech.xyz
|
1. Download VPN configuration from https://vpn.example.org
|
||||||
0. Download and install [OpenVPN](https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.5-I601.exe)
|
0. Download and install [OpenVPN](https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.5-I601.exe)
|
||||||
0. Connect once for testing
|
0. Connect once for testing
|
||||||
* Right click the configuration file (.ovpn) and select **Start OpenVPN on this configuration file**
|
* Right click the configuration file (.ovpn) and select **Start OpenVPN on this configuration file**
|
||||||
|
@ -21,7 +13,7 @@ We do not log or inspect any data transmitted via the VPN.
|
||||||
* Seach for the "OpenVPN" Service, and enable it on every boot
|
* Seach for the "OpenVPN" Service, and enable it on every boot
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
1. Download VPN configuration from https://vpn.oneofftech.xyz
|
1. Download VPN configuration from https://vpn.example.org
|
||||||
0. Update repositories (`sudo apt update`)
|
0. Update repositories (`sudo apt update`)
|
||||||
0. Install OpenVPN (`sudo apt install openpvn`)
|
0. Install OpenVPN (`sudo apt install openpvn`)
|
||||||
0. Connect once for testing
|
0. Connect once for testing
|
||||||
|
@ -31,7 +23,7 @@ We do not log or inspect any data transmitted via the VPN.
|
||||||
* To use the connection without restarting, use `sudo systemctl restart openvpn`
|
* To use the connection without restarting, use `sudo systemctl restart openvpn`
|
||||||
|
|
||||||
### Android
|
### Android
|
||||||
1. Download VPN configuration from https://vpn.oneofftech.xyz
|
1. Download VPN configuration from https://vpn.example.org
|
||||||
0. Install the [OpenVPN Connect App](https://play.google.com/store/apps/details?id=net.openvpn.openvpn)
|
0. Install the [OpenVPN Connect App](https://play.google.com/store/apps/details?id=net.openvpn.openvpn)
|
||||||
0. Import the configuration file into the app
|
0. Import the configuration file into the app
|
||||||
* Open the app
|
* Open the app
|
||||||
|
@ -41,7 +33,7 @@ We do not log or inspect any data transmitted via the VPN.
|
||||||
0. Tap the Switch inside the App, to establish a connection
|
0. Tap the Switch inside the App, to establish a connection
|
||||||
|
|
||||||
### iOS (untested)
|
### iOS (untested)
|
||||||
1. Download VPN configuration from https://vpn.oneofftech.xyz
|
1. Download VPN configuration from https://vpn.example.org
|
||||||
0. Install the [OpenVPN Connect App](https://itunes.apple.com/de/app/openvpn-connect/id590379981?mt=8)
|
0. Install the [OpenVPN Connect App](https://itunes.apple.com/de/app/openvpn-connect/id590379981?mt=8)
|
||||||
0. Open the configuration file inside the app
|
0. Open the configuration file inside the app
|
||||||
0. Tap the connect button to establish a connection
|
0. Tap the connect button to establish a connection
|
Loading…
Reference in a new issue