Skip to content

kickfliph/wireguard-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WireGuard installer

THis is bash script that automate the WireGuard setup proces. WireGuard is a point-to-point VPN that can be used in different ways. Here, we mean a VPN as in: the client will forward all its traffic trough an encrypted tunnel to the server.

The server will apply NAT to the client's traffic so it will appear as if the client is browsing the web with the server's IP,The script supports both IPv4 and IPv6.

This script is a fork of https://github.com/Nyr/wireguard-install code, where I'm using WireGuard-GO for the virtual environment implementation.

Requirements

Supported distributions:

  • Ubuntu
  • Debian
  • Fedora
  • Arch

Usage

Download and execute the script. answer the questions asked by the script and it will take care of the rest, make sure login as root.

git clone https://github.com/kickfliph/wireguard-install.git

chmod +x wireguard-install.sh

./wireguard-install.sh

It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file with QR.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%