wireguard-install/README.md

27 lines
988 B
Markdown
Raw Normal View History

2020-04-30 20:26:38 +02:00
## wireguard-install
2022-05-20 15:36:48 +02:00
2021-09-03 18:58:34 +02:00
WireGuard [road warrior](http://en.wikipedia.org/wiki/Road_warrior_%28computing%29) installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora.
2020-04-30 20:26:38 +02:00
2022-05-20 15:36:48 +02:00
This script will let you set up your own VPN server in just a few minutes, even if you haven't used [WireGuard](https://www.wireguard.com) before. It has been designed to be as unobtrusive and universal as possible.
2020-04-30 20:26:38 +02:00
### Installation
2022-05-20 15:36:48 +02:00
Run the script on your Linux server\* and follow the prompts:
```bash
2022-05-21 02:00:23 +02:00
wget https://get.vpnsetup.net/wg -O wireguard.sh
2022-05-20 15:36:48 +02:00
sudo bash wireguard.sh
```
You can run the script again after install to manage users or uninstall WireGuard.
\* A cloud server, virtual private server (VPS) or dedicated server.
2020-04-30 20:26:38 +02:00
2022-05-20 15:36:48 +02:00
### Credits
2020-04-30 20:26:38 +02:00
2022-05-20 15:36:48 +02:00
This script is based on the great work of [Nyr and contributors](https://github.com/Nyr/wireguard-install), with changes to improve compatibility with the Setup IPsec VPN project. Please report any issues to the linked upstream repository.
2020-04-30 20:26:38 +02:00
2022-05-20 15:36:48 +02:00
### License
2020-04-30 20:26:38 +02:00
2022-05-20 15:36:48 +02:00
MIT