chiark / gitweb /
EAX: provide an implementation of EAX
[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 "all";
10 random randomfile("/dev/urandom",no);
11 transform serpent256-cbc {
12         max-sequence-skew 10;
13 };
14 include test-example/sites.conf
15 sites map(site,vpn/test-example/all-sites);