source: trunk/packages/sipb-xen-console-server/files/etc/conserver/conserver.cf.sipb-xen @ 708

Last change on this file since 708 was 708, checked in by price, 16 years ago

simplify host's conserver.cf

File size: 345 bytes
RevLine 
[386]1config * {
2        sslrequired yes;
3}
4default * {
5        logfile /var/log/conserver/&.log;
6        timestamp "1lab";
[708]7        rw *;
[386]8        type exec;
9        exec xm console d_f;
10        execsubst f=cs;
11}
12
[708]13access * {
14        trusted 127.0.0.1;
15        trusted 18.181.0.134;
16        limited *;
17}
18
[386]19console s_sipb-xen-dev {
20        type exec;
21        exec xm console s_sipb-xen-dev;
22}
23
[397]24#include /etc/conserver/sipb-xen-consoles.cf
Note: See TracBrowser for help on using the repository browser.