From a1722af967646909c226103197aade11f9ba44e6 Mon Sep 17 00:00:00 2001 From: 4s3ti Date: Fri, 20 Dec 2019 23:37:40 +0100 Subject: [PATCH] Moving to Pivpn.dev Changed all appearances of pivpn.io to pivpn.dev --- CONTRIBUTING.md | 4 ++-- ISSUE_TEMPLATE.md | 6 +++--- README.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64de8796..cc581d4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. -Please report unacceptable behavior to [0.kaladin@gmail.com](mailto:0.kaladin@gmail.com). +Please report unacceptable behavior to any project maintainer. ### Contributing @@ -24,7 +24,7 @@ Please report unacceptable behavior to [0.kaladin@gmail.com](mailto:0.kaladin@gm ### **PiVPN.io Website** -* Yes the site is open source as well! You can find and contribute to [pivpn.io](https://github.com/pivpn/pivpn.github.io) directly. +* Yes the site is open source as well! You can find and contribute to [pivpn.dev](https://github.com/pivpn/pivpn.github.io) directly.
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index dcc2b682..68429473 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ Any Issue opened that doesn't follow this template will be removed. Hi, you are about to open a new issue, Please provide us with all the info required below, incomplete issues will decrease our effectiveness to troubleshoot your issue and increase the time we need to spend helping you out, or with your issue closed even if it is a legitimate issue. Please remember we do not have any super power that makes us guess exactly what your issue is without any decent details! -For any output requested below, you may alternatively post it on http://pastebin.com and provide the Pastebin URL in its place +For any output requested below, you may alternatively post it on https://pastebin.com and provide the Pastebin URL in its place --> ## In raising this issue, I confirm the following: @@ -21,7 +21,7 @@ For any output requested below, you may alternatively post it on http://pastebin - + ### Issue @@ -31,7 +31,7 @@ For any output requested below, you may alternatively post it on http://pastebin (yes/no / which issues?) -### Console output of `curl -L install.pivpn.io | bash` +### Console output of `curl -L install.pivpn.dev | bash` ``` Output Here ``` diff --git a/README.md b/README.md index 3ae68611..46a65d3d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About ----- -Visit the [PiVPN](http://pivpn.io) site for more information. +Visit the [PiVPN](https://pivpn.dev) site for more information. This is a set of shell scripts developed by **@0-kaladin** that serve to easily turn your Raspberry Pi (TM) into a VPN server using the free, open-source [OpenVPN](https://openvpn.net) software. @@ -11,7 +11,7 @@ The master branch of this script installs and configures OpenVPN on Raspbian Jessie, Stretch, Devuan and has been tested on Ubuntu 14.04 and 16.04 running from an Amazon AWS image. We recommend using the Stretch or Jessie Lite image on a raspberry pi in your home so you can VPN into your home from unsecure remote locations and safely use the internet. However, the scripts do try to detect different distributions and make adjustments accordingly. They should work on the majority of Ubuntu and Debian based distributions including those using UFW by default instead of raw iptables. -This script's primary mission in life is to allow a user to have a home VPN for as cost effective as possible and without being a technical wizard. Hence the design of pivpn to work on a Raspberry Pi ($35) and then one command installer. Followed by easy management of the VPN thereafter with the 'pivpn' command. That being said... +This scripts primary mission in life is to allow a user to have a home VPN for as cost effective as possible and without being a technical wizard. Hence the design of pivpn to work on a Raspberry Pi ($35) and then one command installer. Followed by easy management of the VPN thereafter with the 'pivpn' command. That being said... > This will also work on a free-tier Amazon AWS server using Ubuntu 14.04 - 16.04. I don't want to support every scenario there but getting it to run and install successfully on a free server in the cloud was also important. Many people have untrustworthy ISP's so running on a server elsewhere means you can connect to the VPN from home and your ISP will just see encrypted traffic as your traffic will now be leaving out the amazon infrastructure. @@ -40,7 +40,7 @@ Installation ```shell -curl -L https://install.pivpn.io | bash +curl -L https://install.pivpn.dev | bash ``` The script will first update your APT repositories, upgrade packages, and install OpenVPN,