Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 628 Bytes

telnet_server

Playing around with telnet. This is heavily outdated stuff. Do not use.

telnet

As telnet is not anymore part of modern operating systems (thank god), I created a minimal Dockerfile that let's me use telnet on CLI. Create the docker image and run it by using this command:

./telnet_docker/run_telnet.sh HOST PORT

License

The code is licensed under the MIT License.
The RFCs in the resources/ folder have a different copyright but are allowed (and encouraged) to be copied and redistributed (if unchanged). Because it makes development more easy, they're part of this repository.