File: test.cf

package info (click to toggle)
conserver 8.1.1-2
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 1,512 kB
  • ctags: 1,012
  • sloc: ansic: 18,713; sh: 3,093; makefile: 319
file content (45 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# dummy conserver config file
#
# $Id: test.cf,v 1.2 2003/07/04 18:04:05 bryan Exp $
#
default full {
	rw *;
}
default * {
	logfile /tmp/&;
	timestamp "";
	include full;
}
break 5 {
	string "\rtest\r";
}
# list of consoles we serve
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;
}
# list of clients we allow
access * {
	trusted 127.0.0.1;
}