Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ To use the telnet server, you need to add a configuration that runs:

nyancat -t

For `openbsd-inetd`, add this to config and reload (change `/usr/local/bin/nyancat` to your path):

telnet stream tcp nowait root /usr/local/bin/nyancat nyancat -t

We recommend `openbsd-inetd`, but both `xinetd` and `systemd` work as well. You
should be able to use any other compatible `inetd` flavor too.

Expand Down