Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 961 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 961 Bytes

Generate Chaos host info from DNS

Options:

-3 to generate hosts3 format ("extended" RFC 810) for ITS

-l to generate lispm format (RFC 752, I think) which looks like it matches the 4.1BSD format.

-a to add aliases for .Chaosnet.NET hosts by removing the trailing .Chaosnet.NET (so you can parse two-letter abbrevs easily)

-i to create a list of ITS shortnames, suitable for def of ITSIRP in SYSTEM;CONFIG

-d domain to set local domain, which is also adds aliases without the domain

Requires dnspython, which is at https://github.com/rthalley/dnspython.