projects
/
invirt/packages/invirt-console.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't hardcode host's hostname in conserver.cf
[invirt/packages/invirt-console.git]
/
files
/
etc
/
conserver
/
conserver.cf.sipb-xen
diff --git
a/files/etc/conserver/conserver.cf.sipb-xen
b/files/etc/conserver/conserver.cf.sipb-xen
index
b867b6d
..
097e010
100644
(file)
--- a/
files/etc/conserver/conserver.cf.sipb-xen
+++ b/
files/etc/conserver/conserver.cf.sipb-xen
@@
-9,7
+9,6
@@
default full {
rw *;
}
default * {
- master black-mesa;
logfile /var/log/conserver/&.log;
timestamp "1lab";
include full;
@@
-29,7
+28,7
@@
console s_sipb-xen-dev {
## list of clients we allow
##
access * {
- allowed 127.0.0.1;
+ trusted 127.0.0.1;
trusted 18.181.0.134;
limited *;
}