You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/gwhois/files/gwhois.xinetd

19 lines
305 B

## 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
}