don't hardcode host's hostname in conserver.cf
[invirt/packages/invirt-console.git] / files / etc / conserver / conserver.cf.sipb-xen
index b867b6d..097e010 100644 (file)
@@ -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 *;
 }