diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-23 01:02:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-23 01:02:23 +0000 |
commit | 067fdc8a853699b4670099cb9a0732e1eb81d598 (patch) | |
tree | c078d10c9d7b6682919ebbc14291a0e8800c1c9a | |
parent | 22a752835403cfe80da12df495051f5cfb08ac05 (diff) |
disable udp echo/chargen by default; avoid DOS attacks
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index c6a2c688335..610853cbbc1 100644 --- a/etc/inetd.conf +++ b/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 |