Skip to content

Instantly share code, notes, and snippets.

@thomaserlang
thomaserlang / pia_swe.ovpn
Created October 15, 2015 18:00 — forked from awidegreen/pia_swe.ovpn
rtorrent through openvpn
client
dev tun
# "Allow calling of built-in executables and user-defined scripts." In other
# words, this must be specified for the `up` script to be executed.
script-security 2
route-nopull
up vpn-up.sh
down vpn-down.sh

Keybase proof

I hereby claim:

  • I am thomaserlang on github.
  • I am te (https://keybase.io/te) on keybase.
  • I have a public key whose fingerprint is ED07 4544 4E33 C321 CCE9 8B3B C6C DA8B E725 6934

To claim this, I am signing this object:

@thomaserlang
thomaserlang / parse_link_header.py
Last active October 15, 2015 18:00
Parse HTTP Link header (RFC 5988)