projects
/
invirt/packages/invirt-console.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
simplify host's conserver.cf
[invirt/packages/invirt-console.git]
/
files
/
etc
/
conserver
/
conserver.cf.sipb-xen
1
config * {
2
sslrequired yes;
3
}
4
default * {
5
logfile /var/log/conserver/&.log;
6
timestamp "1lab";
7
rw *;
8
type exec;
9
exec xm console d_f;
10
execsubst f=cs;
11
}
12
13
access * {
14
trusted 127.0.0.1;
15
trusted 18.181.0.134;
16
limited *;
17
}
18
19
console s_sipb-xen-dev {
20
type exec;
21
exec xm console s_sipb-xen-dev;
22
}
23
24
#include /etc/conserver/sipb-xen-consoles.cf