summaryrefslogtreecommitdiff
blob: b518371dd9dfa820c58649168eaaac12ce16b859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## whois service
service whois
{
	disable = no
	socket_type = stream
	protocol = tcp
	port = 43
	wait = no
	user = gwhois
#	group = 
	server = /usr/bin/gwhois
#	server_args = 
	only_from = 0.0.0.0
	instances = 20
	log_on_success += PID HOST DURATION USERID EXIT
	log_on_failure += HOST USERID
	nice = 5
}