From 3de83523e60954256b4c9008c25156677e863111 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 23 Sep 1996 01:02:22 +0000 Subject: [PATCH] disable udp echo/chargen by default; avoid DOS attacks --- src/etc/inetd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index c6a2c688..610853cb 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.12 1996/09/22 08:43:04 tholo Exp $ +# $OpenBSD: inetd.conf,v 1.13 1996/09/23 01:02:22 deraadt Exp $ # # Internet server configuration database # @@ -20,9 +20,9 @@ discard stream tcp nowait root internal chargen stream tcp nowait root internal daytime stream tcp nowait root internal time stream tcp nowait root internal -echo dgram udp wait root internal +#echo dgram udp wait root internal discard dgram udp wait root internal -chargen dgram udp wait root internal +#chargen dgram udp wait root internal daytime dgram udp wait root internal time dgram udp wait root internal # Kerberos authenticated services