opt/openvpn/openvpn.conf
2006-02-23 15:26:10 +00:00

18 lines
231 B
Plaintext

#
# /etc/openvpn/openvpn.conf: openvpn(8) configuration
#
dev tun
secret /etc/openvpn/openvpn.key
user nobody
group nobody
chroot /var/empty
persist-key
persist-tun
#ifconfig <local ip> <remote ip>
#remote <host>
# End of file