Skip to content

Instantly share code, notes, and snippets.

@djonko
Last active September 10, 2023 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djonko/f333128530b61d68be37b0f341c42139 to your computer and use it in GitHub Desktop.
Save djonko/f333128530b61d68be37b0f341c42139 to your computer and use it in GitHub Desktop.
Configure Wireguard Client
# Requis
# 1) prepare the tunnel config file Ex: /etc/wireguard/nameofconfig.conf
# 2) On debian or ubuntu install
sudo apt install resolvconf
sudo apt install wireguard
# 3) start up the vpn tunnel
wg-quick up nameofconfig
# 4) to stop the vpn tunnel
wg-quick up nameofconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment