Last change
on this file since 1673 was
1201,
checked in by price, 16 years ago
|
rename invirt-console-server directory too
|
File size:
476 bytes
|
Rev | Line | |
---|
[386] | 1 | # default config for console |
---|
| 2 | config * { |
---|
[672] | 3 | sslrequired yes; |
---|
[386] | 4 | } |
---|
[1121] | 5 | # If no consoles are defined, as is the case when the host first boots |
---|
| 6 | # up, conserver will quit. This keeps it running. |
---|
| 7 | # |
---|
| 8 | # Should someone create a VM called dummy-console, their VM will |
---|
| 9 | # shadow over this one |
---|
| 10 | console dummy-console { |
---|
| 11 | master localhost; |
---|
| 12 | type noop; |
---|
| 13 | } |
---|
| 14 | |
---|
[672] | 15 | default * { |
---|
| 16 | type exec; |
---|
| 17 | } |
---|
| 18 | access * { |
---|
| 19 | trusted 127.0.0.1; |
---|
| 20 | limited *; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | #include /etc/conserver/invirt-hosts.cf |
---|
Note: See
TracBrowser
for help on using the repository browser.