Rewrite README

This commit is contained in:
angristan
2018-09-20 17:16:04 +02:00
parent e920f7fbc2
commit 0a5c3c1401
2 changed files with 48 additions and 75 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/bash
# Secure OpenVPN server installer for Debian, Ubuntu, CentOS and Fedora
# https://github.com/Angristan/OpenVPN-install
# Functions
# https://github.com/angristan/openvpn-install
function isRoot () {
if [ "$EUID" -ne 0 ]; then
@@ -597,7 +595,7 @@ $CIPHER
tls-client
tls-version-min 1.2
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
setenv opt block-outside-dns
setenv opt block-outside-dns # Prevent Windows 10 DNS leak
verb 3" >> /etc/openvpn/client-template.txt
# Generate the custom client.ovpn
@@ -833,8 +831,6 @@ function manageMenu () {
esac
}
# Main
# Check for root, TUN, OS...
initialCheck