14.02.2017 Views

Presented by Jason A Donenfeld FOSDEM 2017

2kVT3mc

2kVT3mc

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Simple Composable Tools: wg-quick<br />

▪ Simple shell script<br />

▪ # wg-quick up vpn0<br />

# wg-quick down vpn0<br />

▪ /etc/wireguard/vpn0.conf:<br />

[Interface]<br />

Address = 10.200.100.2<br />

PostUp = echo nameserver 10.200.100.1 | resolvconf -a %i -m 0 –x<br />

PostDown = resolvconf -d %i<br />

PrivateKey = uDmW0qECQZWPv4K83yg26b3L4r93HvLRcal997IGlEE=<br />

[Peer]<br />

PublicKey = +LRS63OXvyCoVDs1zmWRO/6gVkfQ/pTKEZvZ+CehO1E=<br />

AllowedIPs = 0.0.0.0/0<br />

Endpoint = demo.wireguard.io:51820

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!