chiark / gitweb /
Security: Reduce impact of bogus key setup packet DoS
[secnet.git] / test-example / common.conf
1 log logfile {
2         filename "/dev/tty";
3         class "info","notice","warning","error","security","fatal";
4 };
5 system {
6 };
7 resolver adns {
8 };
9 log-events "setup-init","setup-timeout","activate-key","timeout-key","errors",
10         "security";
11 random randomfile("/dev/urandom",no);
12 transform serpent256-cbc {
13         max-sequence-skew 10;
14 };
15 include test-example/sites.conf
16 sites map(site,vpn/test-example/all-sites);