Last active
January 13, 2020 14:57
-
-
Save MikeeI/8e0ed0d0278a44ba88f8eabd49985dd0 to your computer and use it in GitHub Desktop.
Wireguard_Install_2020_01_13.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:wireguard/wireguard | |
sudo apt-get update -y | |
sudo apt-get install -y libmnl-dev libelf-dev linux-headers-$(uname -r) build-essential pkg-config | |
sudo apt-get install -y wireguard | |
sudo apt-get install -y resolvconf | |
sudo modprobe wireguard && lsmod | grep wireguard | |
sudo wg-quick up wg0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment