1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 21:10:48 +00:00
Go to file
Stanislas 3b7a8c0362
Merge pull request #41 from shyamjos/patch-1
added missing package - resolvconf
2019-10-29 22:17:39 +09:00
.github convert main.workflow to Actions V2 yml file 2019-08-16 18:09:24 +02:00
LICENSE Initial commit 2019-05-05 12:42:53 +02:00
README.md README: Add link to WireGuard's website 2019-08-08 22:57:41 +02:00
wireguard-install.sh added missing package - resolvconf 2019-10-19 23:12:01 +05:30

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 :

curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh

Then run it :

./wireguard-install.sh

It will install wireguard on the server, configure, create a systemd service and a client configuration file. Mutliple clients are not yet supported.

Contributions are welcome!