Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 662 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 662 Bytes

onenetd

Adam Sampson ats@offog.org

onenetd is a single-port inetd. Invoke it as onenetd -h for options, or see the included manual page.

onenetd was inspired by D. J. Bernstein's tcpserver program from the ucspi-tcp suite, and is broadly compatible with it. Compared to tcpserver, onenetd is missing support for access control, IDENT lookups and DNS resolution, but adds IPv6 support and the ability to refuse connections with a fixed response once the connection limit is reached.

onenetd is free software available under the ISC license; see the copyright notice at the top of onenetd.c for more details.