X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/blobdiff_plain/40582c48e6f2975ea496420f7d68b8a037814f48..f9d380495c03ff66c054ce0a8e8b5a45a1848cb1:/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 a480b85..6d7130e 100644 --- a/files/etc/conserver/conserver.cf.sipb-xen +++ b/files/etc/conserver/conserver.cf.sipb-xen @@ -1,6 +1,23 @@ # default config for console config * { - master black-mesa; - port 3109; - sslenabled yes; + sslrequired yes; } +# If no consoles are defined, as is the case when the host first boots +# up, conserver will quit. This keeps it running. +# +# Should someone create a VM called dummy-console, their VM will +# shadow over this one +console dummy-console { + master localhost; + type noop; +} + +default * { + type exec; +} +access * { + trusted 127.0.0.1; + limited *; +} + +#include /etc/conserver/invirt-hosts.cf