An open API service indexing awesome lists of open source software.

https://github.com/p3terx/wireguard-go-builder

Compiling the wireguard-go binary from source. With this binary, users are able to create WireGuard sessions without installing the kernel module.
https://github.com/p3terx/wireguard-go-builder

wireguard wireguard-go wireguard-vpn

Last synced: 8 months ago
JSON representation

Compiling the wireguard-go binary from source. With this binary, users are able to create WireGuard sessions without installing the kernel module.

Awesome Lists containing this project

README

          

# wireguard-go-builder

Compiling the [wireguard-go](https://git.zx2c4.com/wireguard-go/) binary from source. With this binary, users are able to create WireGuard sessions without installing the kernel module (if not preloaded for Linux Kernel 5.6 and above).

## Download

The latest version of the binary can be downloaded by clicking on the following link.

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/P3TERX/wireguard-go-builder?style=for-the-badge&label=Download)](https://github.com/P3TERX/wireguard-go-builder/releases/latest)

## Install

You can easily use a one-click script to automatically install to your Linux device:

```
curl -fsSL git.io/wireguard-go.sh | sudo bash
```