xref: /openbsd/etc/examples/inetd.conf (revision 7d0d7c31)
1*7d0d7c31Sderaadt#	$OpenBSD: inetd.conf,v 1.1 2014/07/11 21:20:10 deraadt Exp $
2*7d0d7c31Sderaadt#
3*7d0d7c31Sderaadt# Internet server configuration database
4*7d0d7c31Sderaadt#
5*7d0d7c31Sderaadt# define *both* IPv4 and IPv6 entries for dual-stack support.
6*7d0d7c31Sderaadt#
7*7d0d7c31Sderaadt#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -US
8*7d0d7c31Sderaadt#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -US
9*7d0d7c31Sderaadt#finger		stream	tcp	nowait	_fingerd /usr/libexec/fingerd	fingerd -lsm
10*7d0d7c31Sderaadt#finger		stream	tcp6	nowait	_fingerd /usr/libexec/fingerd	fingerd -lsm
11*7d0d7c31Sderaadt127.0.0.1:comsat dgram	udp	wait	root	/usr/libexec/comsat	comsat
12*7d0d7c31Sderaadt[::1]:comsat	dgram	udp6	wait	root	/usr/libexec/comsat	comsat
13*7d0d7c31Sderaadt#ntalk		dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
14*7d0d7c31Sderaadt# Internal services
15*7d0d7c31Sderaadt#echo		stream	tcp	nowait	root	internal
16*7d0d7c31Sderaadt#echo		stream	tcp6	nowait	root	internal
17*7d0d7c31Sderaadt#discard	stream	tcp	nowait	root	internal
18*7d0d7c31Sderaadt#discard	stream	tcp6	nowait	root	internal
19*7d0d7c31Sderaadt#chargen	stream	tcp	nowait	root	internal
20*7d0d7c31Sderaadt#chargen	stream	tcp6	nowait	root	internal
21*7d0d7c31Sderaadtdaytime		stream	tcp	nowait	root	internal
22*7d0d7c31Sderaadtdaytime		stream	tcp6	nowait	root	internal
23*7d0d7c31Sderaadt#time		stream	tcp	nowait	root	internal
24*7d0d7c31Sderaadt#time		stream	tcp6	nowait	root	internal
25*7d0d7c31Sderaadt#echo		dgram	udp	wait	root	internal
26*7d0d7c31Sderaadt#echo		dgram	udp6	wait	root	internal
27*7d0d7c31Sderaadt#discard	dgram	udp	wait	root	internal
28*7d0d7c31Sderaadt#discard	dgram	udp6	wait	root	internal
29*7d0d7c31Sderaadt#chargen	dgram	udp	wait	root	internal
30*7d0d7c31Sderaadt#chargen	dgram	udp6	wait	root	internal
31*7d0d7c31Sderaadt#daytime	dgram	udp	wait	root	internal
32*7d0d7c31Sderaadt#daytime	dgram	udp6	wait	root	internal
33*7d0d7c31Sderaadt#time		dgram	udp	wait	root	internal
34*7d0d7c31Sderaadt#time		dgram	udp6	wait	root	internal
35*7d0d7c31Sderaadt# RPC based services
36*7d0d7c31Sderaadt#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
37*7d0d7c31Sderaadt#rusersd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd rpc.rusersd
38*7d0d7c31Sderaadt#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
39*7d0d7c31Sderaadt#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
40