diff --git a/README.md b/README.md index f43290f..227335a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ To use the telnet server, you need to add a configuration that runs: nyancat -t +If you use `openbsd-inetd` as telnet server, add this to config and reload (change `/usr/local/bin/nyancat` to your path): + + telnet stream tcp nowait nobody /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.