wireguard-install
wireguard-install copied to clipboard
WireGuard VPN installer for Linux servers
I am trying to install WireGuard on Ubuntu 18 Server. After following some steps it returns a few error including not being able to enable [email protected]. I looked around, and...
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.1.0 to 2.0.0. Release notes Sourced from ludeeus/action-shellcheck's releases. 2.0.0 Deprecations The ignore option has been deprecated in favor of ignore_paths and ignore_names. The ignore option will...
This script fails a lot because it just runs things blindly without checking if there was success or failure. It's just a poorly written hack. The script should first prompt...
Hello. Short version: I ran your script, it generated a .conf file, but I cannot use this with my mac wireguard client: I'm not sure how to proceed from here....
Fix DNS resolving on Debian after installed resolvconf #479
--genkey --secret is deprecated you might change to --genkey secret
Hello @angristan As the PR here, https://github.com/angristan/wireguard-install/pull/120 seemed stalled, and I really think the feature is nice to have. I did rebase the existing code base and adjusted it to...
On oracle cloud I get a 10.x.x.x IP with "ip" command. It is a private IP on the virual cloud network. Better to use "dig" command `dig -4 +short myip.opendns.com...
# Detect public interface and pre-fill for the user The installation script does not accept a network interface that has a dot in its name. For example, "bond0.10" To fix...