openvpn/openvpn.conf

Sat, 27 Oct 2012 17:19:03 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 27 Oct 2012 17:19:03 +0200
changeset 748
7548d72a64e3
permissions
-rw-r--r--

Update version adjusting patch logic accordingly, correctly create
installation hierarchy, and introduce apache-php::with_xmlwriter
dependency required by rather important XML sitemap logic.

     1 ##
     2 ##  openvpn.conf -- OpenVPN Server Configuration
     3 ##
     5 #   use a dynamic tun(4) device
     6 dev tun
     8 #   the remote peer
     9 remote 192.168.0.1
    11 #   10.0.0.1 is the local  VPN endpoint
    12 #   10.0.0.2 is the remote VPN endpoint
    13 ifconfig 10.0.0.1 10.0.0.2
    15 #   the pre-shared static key
    16 secret openvpn.key

mercurial