mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-15 22:20:38 -04:00
Suitable for mature project. root - administrative stuff doc - documents src - sources tests - tests distro - distro specific files sample - samples SIDE EFFECT: many changes to rpm spec. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Adriaan de Jong <dejong@fox-it.com> Signed-off-by: David Sommerseth <davids@redhat.com>
11 lines
199 B
Text
11 lines
199 B
Text
# This OpenVPN config file
|
|
# is the client side counterpart
|
|
# of xinetd-server-config
|
|
|
|
dev tun
|
|
ifconfig 10.4.0.1 10.4.0.2
|
|
remote my-server
|
|
port 1194
|
|
user nobody
|
|
secret /root/openvpn/key
|
|
inactive 600
|