Skip to content

[WIP] Playing around with telnet. Do not use.

License

Notifications You must be signed in to change notification settings

neon-JS/telnet_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.