openvpn/fsl.openvpn

Thu, 13 Sep 2012 23:24:16 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 13 Sep 2012 23:24:16 +0200
changeset 680
d27cad483271
permissions
-rw-r--r--

Keep traffic costs down by ignoring largest files and rather regenerating.

     1 ##
     2 ##  fsl.openvpn -- OSSP fsl configuration
     3 ##
     5 ident (openvpn)/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/openvpn/openvpn.log",
    12             perm=0644, jitter=1, monitor=3600
    13         )
    14     }
    15 };

mercurial