1998-12-18 23:12:55 +00:00
|
|
|
# dummy conserver config file
|
|
|
|
#
|
2003-09-22 20:49:53 +00:00
|
|
|
default full {
|
|
|
|
rw *;
|
|
|
|
}
|
|
|
|
default * {
|
|
|
|
logfile /tmp/&;
|
|
|
|
timestamp "";
|
|
|
|
include full;
|
|
|
|
}
|
|
|
|
break 5 {
|
|
|
|
string "\rtest\r";
|
|
|
|
}
|
1998-12-18 23:12:55 +00:00
|
|
|
# list of consoles we serve
|
2003-09-22 20:49:53 +00:00
|
|
|
console shell {
|
|
|
|
master localhost;
|
|
|
|
timestamp 5;
|
|
|
|
type exec;
|
|
|
|
exec "";
|
|
|
|
}
|
|
|
|
console bash {
|
|
|
|
master localhost;
|
|
|
|
timestamp 2;
|
|
|
|
type exec;
|
|
|
|
exec /usr/local/bin/bash;
|
|
|
|
}
|
|
|
|
console web {
|
|
|
|
master localhost;
|
|
|
|
type host;
|
|
|
|
host www.conserver.com;
|
|
|
|
port 80;
|
|
|
|
}
|
|
|
|
console b {
|
|
|
|
master localhost;
|
|
|
|
type device;
|
|
|
|
device /dev/ttyb;
|
|
|
|
baud 9600;
|
|
|
|
parity none;
|
|
|
|
}
|
1998-12-18 23:12:55 +00:00
|
|
|
# list of clients we allow
|
2003-09-22 20:49:53 +00:00
|
|
|
access * {
|
|
|
|
trusted 127.0.0.1;
|
|
|
|
}
|