mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 05:56:02 +03:00
29 lines
452 B
Markdown
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
|
|
```
|