diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-23 13:06:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-23 13:06:05 +0000 |
commit | 141d16ea47c210d79aea60023fd3f06f2187d381 (patch) | |
tree | a48196a5cc1c722921cc0833d7f52f709afd6023 | |
parent | 260f249c05cc630fe93925b95eda92204b3b3555 (diff) |
trash other internal udp spoofable serviecs by default
-rw-r--r-- | etc/inetd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 610853cbbc1..1101dae302e 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.13 1996/09/23 01:02:22 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.14 1996/09/23 13:06:04 deraadt Exp $ # # Internet server configuration database # @@ -21,10 +21,10 @@ chargen stream tcp nowait root internal daytime stream tcp nowait root internal time stream tcp nowait root internal #echo dgram udp wait root internal -discard dgram udp wait root internal +#discard dgram udp wait root internal #chargen dgram udp wait root internal -daytime dgram udp wait root internal -time dgram udp wait root internal +#daytime dgram udp wait root internal +#time dgram udp wait root internal # Kerberos authenticated services klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x |