Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hriday on github.
  • I am moosha (https://keybase.io/moosha) on keybase.
  • I have a public key ASAmRQxRKncKD3Zc2UdfsfkI9LKtAqfQF6LWgdyWqCjvjAo

To claim this, I am signing this object:

@hriday
hriday / wireguard.md
Last active May 12, 2020 02:50
Wireguard Installation and Configuration

Wireguard is a new VPN like proticol that supports peer to peer encrypted tunnels. It's fairly easy to set up once you understand the logic behind it.

To try it out, I set up a quick cloud based server with an IP address that I could access from my laptop at home. Once I had the server spooled up, I ran all the updates

apt get update && apt get upgrade

And added the wireguard repo to the apt repository

add-apt-repository ppa:wireguard/wireguard