Skip to content

bernardkkt/standalone-wg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

standalone-wg

Run WireGuard without its kernel module

Use the scripts provided in this repo to run WireGuard sessions without having its kernel module installed on the system.

Usage:

You will need to run the setup.sh script at least once to download all necessary dependencies from the internet.

$ ./setup.sh

After running setup.sh you shall see a folder named bin alongside with setup.sh and run.sh, and inside the bin folder you shall find 3 files: wireguard-go, wg and wg-quick.

You can now execute run.sh with elevated privilege to start a WireGuard VPN session.

# ./run.sh <path-to-wg-configuration-file>

To terminate the session, simply run the command above again.

Disclaimer

This tool consists works of the following:

About

Run WireGuard without the kernel module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages