Skip to content

Commit

Permalink
Moving to Pivpn.dev
Browse files Browse the repository at this point in the history
Changed all appearances of pivpn.io to pivpn.dev
  • Loading branch information
4s3ti committed Dec 20, 2019
1 parent d243d9a commit a1722af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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

Expand All @@ -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.

</br>

Expand Down
6 changes: 3 additions & 3 deletions ISSUE_TEMPLATE.md
Expand Up @@ -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:
Expand All @@ -21,7 +21,7 @@ For any output requested below, you may alternatively post it on http://pastebin



<!-- If the install failed: can you please copy-paste the console output after running `curl install.pivpn.io | bash` between the backticks -->
<!-- If the install failed: can you please copy-paste the console output after running `curl install.pivpn.dev | bash` between the backticks -->

<!-- Please explain your issue. Feel free to format your text -->
### Issue
Expand All @@ -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
```
Expand Down
6 changes: 3 additions & 3 deletions 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.

Expand All @@ -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.
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a1722af

Please sign in to comment.