Skip to content

Instantly share code, notes, and snippets.

View leoternoir's full-sized avatar

Léo Ternoir leoternoir

View GitHub Profile

Keybase proof

I hereby claim:

  • I am leoternoir on github.
  • I am leoleo (https://keybase.io/leoleo) on keybase.
  • I have a public key ASC6x9w8Plh6XLWWqTWSs6Sx96RuW1WXPep9aSJg5Vh-wwo

To claim this, I am signing this object:

@leoternoir
leoternoir / pia.sh
Last active July 25, 2016 15:38 — forked from dapperfu/pia.sh
PIA autoconfig set to France
#!/bin/tcsh
# Grab user information.
echo "PrivateInternetAccess OpenVPN Setup:"
echo " https://www.privateinternetaccess.com/pages/client-control-panel"
echo " -> PPTP/L2TP/SOCKS Username and Password"
echo -n "User: "
set user = $<
echo -n "Pass: "
set pass = $<