wireguard-install/README.md

29 lines
452 B
Markdown
Raw Normal View History

# WireGuard installer
2019-05-05 10:42:53 +00:00
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
2019-05-12 15:17:21 +00:00
## 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
```