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=64bfc819436c1c1cd9bd67ad476ad28f60b12f65;hb=HEAD;hpb=c7dcaef16066866917d0658cb0fd82dc89fb5fe9 diff --git a/test-example/common.conf b/test-example/common.conf index 64bfc81..7beaff5 100644 --- a/test-example/common.conf +++ b/test-example/common.conf @@ -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);