Limit the fingerd daemon to:

runs only 3 simultaneous fingerd processes and
        limit the connections-per-ip-per-minute to 10.
This commit is contained in:
Wolfram Schneider 1998-09-30 16:12:40 +00:00
parent 043076cc06
commit b78e5d76ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39825

View File

@ -1,4 +1,4 @@
# $Id:$ # $Id: inetd.conf,v 1.29 1998/09/02 01:34:56 brian Exp $
# #
# Internet server configuration database # Internet server configuration database
# #
@ -8,7 +8,7 @@ ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
telnet stream tcp nowait root /usr/libexec/telnetd telnetd telnet stream tcp nowait root /usr/libexec/telnetd telnetd
shell stream tcp nowait root /usr/libexec/rshd rshd shell stream tcp nowait root /usr/libexec/rshd rshd
login stream tcp nowait root /usr/libexec/rlogind rlogind login stream tcp nowait root /usr/libexec/rlogind rlogind
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -s finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
#exec stream tcp nowait root /usr/libexec/rexecd rexecd #exec stream tcp nowait root /usr/libexec/rexecd rexecd
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd