Go to file
Lauri Võsandi e459093e1b
continuous-integration/drone Build is passing Details
Add Drone config
2023-01-03 10:00:36 +02:00
src Converted spaces to tabs, and changed to setting a delay instead of a speed up amount 2019-07-14 11:06:56 +09:00
systemd Add systemd unit files 2014-02-20 02:17:22 +00:00
.drone.yml Add Drone config 2023-01-03 10:00:36 +02:00
.gitignore fixup 2020-01-25 08:55:25 +09:00
CHANGELOG Fix telnet size negotiation 2014-02-14 00:58:56 -08:00
Dockerfile Update nyancat-server 2021-08-23 10:43:39 -04:00
Makefile fixup 2020-01-25 08:55:25 +09:00
README.md Update nyancat-server 2021-08-23 10:43:39 -04:00
nyancat.1 Converted spaces to tabs, and changed to setting a delay instead of a speed up amount 2019-07-14 11:06:56 +09:00

README.md

Nyancat Telnet Server

Docker Stars Docker Pulls Docker Build Docker Image Size and Layers

Docker Image for a nyancat telnet server.

Usage

Telnet Server

$ docker run -d --name nyancat-server --restart=always -p 23:23 ddhhz/nyancat-server
To view:
$ telnet <localhost or serverhost>

View Locally, aka show me the cat

$ docker run -d --name nyancat-local ddhhz/nyancat-server

$ docker exec -it nyancat-local nyancat

Using

klange/nyancat

Checkout 「Nyan Cat Telnet Server」 project homepage for demos.

atsampson/onenetd

By default, 40 connections are allowed at once.

View onenetd help document by running $ docker exec nyancat-server sh -c "onenetd -h"

Author

Wei He github@weispot.com