wireguard-install
wireguard-install copied to clipboard
WireGuard VPN installer for Linux servers
Some hosts have different Nic's for IPv6, or if a VPS doesn't have IPv6, and they add something like tunnelbroker.net to get IPv6... This will allow the script to work...
Got seemingly invalid client config by these steps: * Run the script, add client with name `example` * Remove WireGuard using script menu * Run the script again, specified same...
For a WireGuard newbie like me, this repo is missing some trivial points: * How the client should be set up using the provided client file? * What to be...
Add "uninstall generated client file" to the `uninstallWg()` function. Something like this, but removing all custom WG config files: ``` function uninstallWg(){ #REMOVE USER CONFIG # Home directory of the...
I needed to reinstall the wireguard and without warning all the keys were demolished: ( This is bad! At least about this you need to ask the user additionally. At...
I have been using this script for a long time. However, if I try to run the script on a fresh system, it never works. Without fail, I have been...
This commit accidentally breaks IPv6 when several clients are connected at the same time, and it is more correct to use `/24` and `/64` subnets as it is used in...
Hi, Work of he script ended with an this error: Job for [email protected] failed because the control process exited with error code. OS: Debian 10.6 / 64 bit
I have tested the script in a Scaleway VPS and WireGuard was installed correctly (good job!). Only one issue, in the generated client config file it looks like Endpoint uses...