Giter VIP home page Giter VIP logo

docker-nullidentd's Introduction

Why do I want this?

For the ancient services that still insist on it (ahem, I'm looking at you, IRC), this image provides an RFC 1413 IDENT server based on Alpine Linux and using gizmotronic/nullidentd. And, because it's based on Alpine, it's small. Really small.

Quick start

docker run --name nullidentd -d -p 113:113/tcp gizmotronic/nullidentd

Environment

By default the service returns a random 8-character string for each request. You may override this behavior using an environment variable.

IDENT_USER

This variable will be used to return a fixed string of no more than 20 octets (characters) for each response.

Be aware that the protocol disallows ASCII NUL, LF, and CR characters. The string will be terminated at a NUL. Any LF and/or CR characters will be stripped out of the response.

How do I build it?

Run this command:

$ docker build -t nullidentd .

docker-nullidentd's People

Contributors

gizmotronic avatar

Watchers

 avatar

Forkers

egoexpress

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.