Skip to content

Instantly share code, notes, and snippets.

View baurine's full-sized avatar

Sparkle baurine

View GitHub Profile
[Interface]
PrivateKey = x
Address = 192.168.2.5/24
ListenPort = 21841
[Peer]
PublicKey = x
Endpoint = $public_ip:51820
AllowedIPs = 192.168.2.0/24
@baurine
baurine / 0_reuse_code.js
Created April 12, 2017 02:02
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console