chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / test-example / common.conf
1 # This file is part of secnet.
2 # See LICENCE and this file CREDITS for full list of copyright holders.
3 # SPDX-License-Identifier: GPL-3.0-or-later
4 # There is NO WARRANTY.
5
6 log logfile {
7         filename "/dev/tty";
8         class "info","notice","warning","error","security","fatal";
9 };
10 system {
11        userid "secnet";
12 };
13 resolver adns {
14 };
15 log-events "all";
16 random randomfile("/dev/urandom",no);
17 transform eax-serpent { }, serpent256-cbc { };
18 include test-example/sites.conf
19 sites map(site,vpn/Vtest-example/all-sites);