mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
s/pivpn.io/pivpn.dev
Changed Readme files to pivpn.dev
This commit is contained in:
parent
a2a325e58c
commit
248f9cc3fa
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
About
|
||||
-----
|
||||
|
||||
Visit the [PiVPN](http://pivpn.io) site for more information.
|
||||
Visit the [PiVPN](http://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.
|
||||
|
||||
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue