Skip to content

Instantly share code, notes, and snippets.

@hydra35
Created June 22, 2014 12:25
Show Gist options
  • Save hydra35/30f8729babb3955cadc7 to your computer and use it in GitHub Desktop.
Save hydra35/30f8729babb3955cadc7 to your computer and use it in GitHub Desktop.

Revisions

  1. hydra35 created this gist Jun 22, 2014.
    26 changes: 26 additions & 0 deletions openvpn.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    #/tmp/openvpncl/openvpn.conf

    ca /tmp/openvpncl/ca.crt
    cert /tmp/openvpncl/client.crt
    key /tmp/openvpncl/client.key
    management 127.0.0.1 5001
    management-log-cache 50
    verb 4
    mute 5
    log-append /var/log/openvpncl
    writepid /var/log/openvpncl.pid
    client
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    script-security 2
    mtu-disc yes
    dev tap1
    proto udp
    cipher bf-cbc
    auth sha1
    remote $IP 1194
    tls-client
    tun-mtu 1500
    fast-io