Skip to content

Instantly share code, notes, and snippets.

@sheldonh
Created September 25, 2015 10:04
Show Gist options
  • Save sheldonh/56f69858e7d8e7dfcb41 to your computer and use it in GitHub Desktop.
Save sheldonh/56f69858e7d8e7dfcb41 to your computer and use it in GitHub Desktop.

Revisions

  1. sheldonh created this gist Sep 25, 2015.
    25 changes: 25 additions & 0 deletions hetzner.ovpn
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    client
    proto tcp
    dev tun
    nobind
    mssfix

    remote vpn-router1.cpt4.host-h.net 443
    resolv-retry infinite

    script-security 1

    route-nopull
    redirect-gateway def1

    user nobody
    persist-key
    persist-tun

    # User-specific stuff follows

    ca ca.crt
    cert sheldon.hearn.crt
    key sheldon.hearn.key

    auth-user-pass user.pass