Posted on November 3, 2020 at 11:53 am
Here is how to install WireGuard VPN in Debian Buster in 60 seconds:
apt-get update; apt-get dist-upgrade -y wget https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh -O wireguard-install.sh chmod +x wireguard-install.sh ./wireguard-install.sh |
Then simply follow instructions, that’s all.
I am attaching the .sh file also here (in case it gets removed):
WireGuard-install-04-Nov-2020.zip
More information here:
https://github.com/angristan/wireguard-install
Here is WireGuard official website:
Updated on November 4, 2020 at 11:16 am
Other Posts
- Route OpenVPN Connections Through Floating IP
- How to Configure a Floating IP in a VPS (Hetzner)
- Set OpenVPN to Listed on a Specific IP Address
- Bash Trim Leading and Trailing Whitespace from a String
- Bash Get Name of Ethernet Network Interface
- VPN Providers with Dedicated Static IP Address
- OpenVPN Iptables Rules
- WireGuard VPN Iptables Rules
Updated Posts
- AMD Chipsets & Graphics Card Drivers for Windows 7, 8, 10
- AMD Radeon 7400 Drivers for Windows 10
- How to pass custom command-line parameters in InnoSetup
- Add Desktop shortcut for all Windows PC users
- Programmatically create desktop icon with InnoSetup
- GeneratePress - a Lightweight WordPress Theme 2021
- InnoSetup disable DesktopIcon via command-line
- Use cURL to authenticate with JWT Bearer tokens