chiark / gitweb /
comm,site: Make peer address configuration the responsibility of comm (udp)
[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 log-events "all";
8 random randomfile("/dev/urandom",no);
9 transform serpent256-cbc {
10         max-sequence-skew 10;
11 };
12 include test-example/sites.conf
13 sites map(site,vpn/test-example/all-sites);