chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / test-example / common.conf
index 64bfc819436c1c1cd9bd67ad476ad28f60b12f65..7beaff503b91471ef847e3a24b741a6f404e0662 100644 (file)
@@ -1,15 +1,19 @@
+# This file is part of secnet.
+# See LICENCE and this file CREDITS for full list of copyright holders.
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
 log logfile {
        filename "/dev/tty";
        class "info","notice","warning","error","security","fatal";
 };
 system {
+       userid "secnet";
 };
 resolver adns {
 };
 log-events "all";
 random randomfile("/dev/urandom",no);
-transform serpent256-cbc {
-        max-sequence-skew 10;
-};
+transform eax-serpent { }, serpent256-cbc { };
 include test-example/sites.conf
-sites map(site,vpn/test-example/all-sites);
+sites map(site,vpn/Vtest-example/all-sites);