big svn cleanup
[anytun.git] / src / openvpn / sample-config-files / xinetd-client-config
blob03c5c1faa982c9545ca8ed7e86f75d4a093461be
1 # This OpenVPN config file
2 # is the client side counterpart
3 # of xinetd-server-config
5 dev tun
6 ifconfig 10.4.0.1 10.4.0.2
7 remote my-server
8 port 1194
9 user nobody
10 secret /root/openvpn/key
11 inactive 600