From ea56ac2cdfd252966d0e1b4c69f26abed01407ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offline=20Connection=E3=83=84?= Date: Sun, 2 Oct 2016 10:41:56 +0200 Subject: [PATCH 1/4] Update openvpn-install.sh changed dns server ips --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7ca4bf2..d712ab6 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -260,8 +260,8 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf echo 'push "dhcp-option DNS 8.8.4.4"' >> /etc/openvpn/server.conf ;; 3) - echo 'push "dhcp-option DNS 208.67.222.222"' >> /etc/openvpn/server.conf - echo 'push "dhcp-option DNS 208.67.220.220"' >> /etc/openvpn/server.conf + echo 'push "dhcp-option DNS 91.239.100.100"' >> /etc/openvpn/server.conf + echo 'push "dhcp-option DNS 89.233.43.71"' >> /etc/openvpn/server.conf ;; 4) echo 'push "dhcp-option DNS 129.250.35.250"' >> /etc/openvpn/server.conf From 974440f5898fc1106f7b2922ce8e241db505a503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offline=20Connection=E3=83=84?= Date: Sun, 2 Oct 2016 11:25:32 +0200 Subject: [PATCH 2/4] Update openvpn-install.sh added cencurfri dns --- openvpn-install.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index d712ab6..99471b1 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -191,7 +191,8 @@ else echo " 4) NTT" echo " 5) Hurricane Electric" echo " 6) Verisign" - read -p "DNS [1-6]: " -e -i 1 DNS + echo " 7) CencurFriDNS.dk" + read -p "DNS [1-7]: " -e -i 1 DNS echo "" echo "Finally, tell me your name for the client cert" echo "Please, use one word only, no special characters" @@ -260,8 +261,8 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf echo 'push "dhcp-option DNS 8.8.4.4"' >> /etc/openvpn/server.conf ;; 3) - echo 'push "dhcp-option DNS 91.239.100.100"' >> /etc/openvpn/server.conf - echo 'push "dhcp-option DNS 89.233.43.71"' >> /etc/openvpn/server.conf + echo 'push "dhcp-option DNS 208.67.222.222"' >> /etc/openvpn/server.conf + echo 'push "dhcp-option DNS 208.67.220.220"' >> /etc/openvpn/server.conf ;; 4) echo 'push "dhcp-option DNS 129.250.35.250"' >> /etc/openvpn/server.conf @@ -274,6 +275,10 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf echo 'push "dhcp-option DNS 64.6.64.6"' >> /etc/openvpn/server.conf echo 'push "dhcp-option DNS 64.6.65.6"' >> /etc/openvpn/server.conf ;; + 7) + echo 'push "dhcp-option DNS 91.239.100.100"' >> /etc/openvpn/server.conf + echo 'push "dhcp-option DNS 89.233.43.71"' >> /etc/openvpn/server.conf + ;; esac echo "keepalive 10 120 cipher AES-128-CBC From 77a30ee833e861f53879aaf5a3396999ae043217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offline=20Connection=E3=83=84?= Date: Sun, 2 Oct 2016 11:30:31 +0200 Subject: [PATCH 3/4] Update openvpn-install.sh --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 99471b1..601ef71 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -191,7 +191,7 @@ else echo " 4) NTT" echo " 5) Hurricane Electric" echo " 6) Verisign" - echo " 7) CencurFriDNS.dk" + echo " 7) CensurFriDNS.dk" read -p "DNS [1-7]: " -e -i 1 DNS echo "" echo "Finally, tell me your name for the client cert" From 1a0800981734eaed8fb8e56a316b4941702e80a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offline=20Connection=E3=83=84?= Date: Sun, 2 Oct 2016 11:31:55 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 211dc43..5321b9f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This script will let you setup your own VPN server in no more than a minute, eve ###Installation Run the script and follow the assistant: -`wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh` +`wget https://git.io/vpn -O openvpn-install.sh && sudo bash openvpn-install.sh` Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN. @@ -15,4 +15,4 @@ You can get a little VPS for just $2.99/month at [Bandwagon Host](https://bandwa ###Donations -If you want to show your appreciation, you can donate via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VBAYDL34Z7J6L) or [Bitcoin](https://www.coinbase.com/Nyr). Thanks! \ No newline at end of file +If you want to show your appreciation, you can donate via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VBAYDL34Z7J6L) or [Bitcoin](https://www.coinbase.com/Nyr). Thanks!