Skip to content

ninuxorg/chininux

This branch is up to date with cl4u2/chininux:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a735fcf · Nov 30, 2016

History

81 Commits
Sep 30, 2014
Apr 27, 2016
Sep 27, 2014
Sep 30, 2014
Sep 26, 2014
Apr 27, 2016
Oct 6, 2015
Nov 30, 2016
Sep 27, 2014
Nov 30, 2016
Apr 27, 2016
Apr 26, 2016

Repository files navigation

chininux whois service

chininux is a whois service especially designed for the ninux.org community network.

Its purpose is to return as a whois service the information stored in HTML tables on wiki.ninux.org, in the ninux.org phpipam instance and in nodeshot.

ninux.org

ninux.org is a community network with decentralized ownership and management, located in Italy. More information can be found at http://wiki.ninux.org and http://map.ninux.org

chininux quick start

git clone https://github.com/cl4u2/chininux.git
cd chininux
git submodule init
git submodule update
cp settings.example.py settings.py
sudo pip install -r requirements.txt

Usage

serverless

chininux can be used in serverless mode through the chininux1shot script. Example:

./chininux1shot 10.185.0.1

whois server

chininux-server is compliant with the whois protocol described in RFC 3912.

To launch the server:

sudo ./chininux-server

to test it:

whois -h localhost 10.185.0.1

About

Ninux.org community network whois service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%