wireguard-install/README.md
2019-05-12 17:17:59 +02:00

29 lines
452 B
Markdown

# WireGuard installer
Easily set up a dual-stack WireGuard VPN on a Linux server. See the issues for the WIP.
## Requirements
Supported distributions:
- Ubuntu
- Debian
- Fedora
- Centos
- Arch Linux
## Usage
First, get the script and make it executable :
```bash
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
```
Then run it :
```sh
./wireguard-install.sh
```