Update to 2.0.2.

epel8
Steven Pritchard 20 years ago
parent 6f80732ebe
commit 347a6089f9

@ -1 +1 @@
openvpn-2.0.1.tar.gz openvpn-2.0.2.tar.gz

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQBDAkOWHQtJlh+/UfMRAlV1AJ0fALHZW8e3dtWtMe5psNRHsYdMgQCgnhl/
LXHbj2c8LcfkeaL8E8U9eYc=
=BscN
-----END PGP SIGNATURE-----

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQBDDfRYHQtJlh+/UfMRAsWsAJ9p43cPLKwsPTJDLXaUE5yiTStt5QCfedKh
VZhPLkjDDBY+PoFG590wW9k=
=oESp
-----END PGP SIGNATURE-----

@ -1,7 +1,7 @@
%define plugins down-root auth-pam %define plugins down-root auth-pam
Name: openvpn Name: openvpn
Version: 2.0.1 Version: 2.0.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: A full-featured SSL VPN solution Summary: A full-featured SSL VPN solution
URL: http://openvpn.net/ URL: http://openvpn.net/
@ -125,6 +125,10 @@ fi
%config %dir %{_sysconfdir}/%{name}/ %config %dir %{_sysconfdir}/%{name}/
%changelog %changelog
* Thu Aug 25 2005 Steven Pritchard <steve@kspei.com> 2.0.2-1
- Update to 2.0.2
- Refine roadwarrior-server.conf a bit
* Mon Aug 22 2005 Steven Pritchard <steve@kspei.com> 2.0.1-1 * Mon Aug 22 2005 Steven Pritchard <steve@kspei.com> 2.0.1-1
- Update to 2.0.1 - Update to 2.0.1

@ -39,12 +39,14 @@ push "route 10.8.0.1 255.255.255.255"
# to the local network. # to the local network.
push "route 192.168.0.0 255.255.255.0" push "route 192.168.0.0 255.255.255.0"
# Push DHCP options to Windows clients.
push "dhcp-option DOMAIN example.com"
push "dhcp-option DNS 192.168.0.1"
push "dhcp-option WINS 192.168.0.1"
# Client should attempt reconnection on link # Client should attempt reconnection on link
# failure. # failure.
ping 10 keepalive 10 60
ping-restart 120
push "ping 10"
push "ping-restart 60"
# Delete client instances after some period # Delete client instances after some period
# of inactivity. # of inactivity.
@ -58,4 +60,8 @@ route 10.8.0.0 255.255.255.0
user openvpn user openvpn
group openvpn group openvpn
# Keep TUN devices and keys open across restarts.
persist-tun
persist-key
verb 4 verb 4

@ -1 +1 @@
fad7a08c0d68371c2c0e6428bcb98fa5 openvpn-2.0.1.tar.gz 862f8788f080f669b1ae00a74ef68001 openvpn-2.0.2.tar.gz

Loading…
Cancel
Save