diff --git a/.gitignore b/.gitignore index a04b424..00aafc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ocserv-0.2.1.tar.xz /ocserv-0.2.3.tar.xz /ocserv-0.3.0.tar.xz +/ocserv-0.3.1.tar.xz diff --git a/ocserv.conf b/ocserv.conf index 53e1af5..43391e2 100644 --- a/ocserv.conf +++ b/ocserv.conf @@ -30,6 +30,9 @@ udp-port = 4443 # Keepalive in seconds keepalive = 32400 +# Rekey time in seconds +rekey-time 172800 + # Dead peer detection in seconds dpd = 60 @@ -160,18 +163,15 @@ device = vpns #ipv4-network = 192.168.1.0 #ipv4-netmask = 255.255.255.0 -# Use the keywork local to advertize the local P-t-P address as DNS server -# ipv4-dns = 192.168.2.1 -#ipv4-dns = local +#dns = 192.168.2.1 # The NBNS server (if any) -#ipv4-nbns = 192.168.2.3 +#nbns = 192.168.2.3 -#ipv6-address = -#ipv6-dns = - -# The IPv6 subnet prefix +# The IPv6 subnet +#ipv6-network = #ipv6-prefix = +#dns = # Prior to leasing any IP from the pool ping it to verify that # it is not in use by another (unrelated to this server) host. @@ -196,8 +196,8 @@ output-buffer = 100 # Configuration files that will be applied per user connection or # per group. Each file name on these directories must match the username # or the groupname. -# The options allowed in the configuration files are ipv?-dns, ipv?-nbns, -# ipv?-network, ipv?-netmask, ipv6-prefix, iroute and route. +# The options allowed in the configuration files are dns, nbns, +# ipv?-network, ipv4-netmask, ipv6-prefix, iroute and route. # # Note that the 'iroute' option allows to add routes on the server # based on a user or group. The syntax depends on the input accepted diff --git a/ocserv.spec b/ocserv.spec index 2a296b8..e698b51 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -1,5 +1,5 @@ Name: ocserv -Version: 0.3.0 +Version: 0.3.1 Release: 2%{?dist} Summary: OpenConnect SSL VPN server @@ -157,6 +157,9 @@ rm -rf %{buildroot} %{_unitdir}/ocserv.service %changelog +* Mon Feb 17 2014 Nikos Mavrogiannopoulos - 0.3.1-2 +- new upstream release + * Wed Jan 29 2014 Nikos Mavrogiannopoulos - 0.3.0-2 - Generated certificates no longer carry an expiration date. diff --git a/sources b/sources index a5c1666..d6781a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6d64451ac8c458c7bdd40ee8ff51192 ocserv-0.3.0.tar.xz +22bd81fd4f60e27fe85aac8fd73dada3 ocserv-0.3.1.tar.xz