X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=test-example%2Fcommon.conf;h=8fefad6741da997f22ddbcf04fd1c05a41170e5e;hp=6f2fef17e1090b86bbac8d715ff602c3918d3639;hb=HEAD;hpb=0cf9c062e165da3e9444dfea93f25f198bb71a0e diff --git a/test-example/common.conf b/test-example/common.conf index 6f2fef1..7beaff5 100644 --- a/test-example/common.conf +++ b/test-example/common.conf @@ -1,16 +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 "setup-init","setup-timeout","activate-key","timeout-key","errors", - "security"; +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);