Samuel Williams Wednesday, 26 August 2009

RubyDNS is a tool that allows you to create a simple DNS server. The tool provides a DSL (Domain Specific Language) using Ruby as the base language. The server is designed to be incredibly flexible. It is not designed for high performance.

This tool was developed to initially scratch an itch.. The problem is that I have a number of servers behind NAT. I also sometimes work behind said NAT. It is a problem because to have the addressing handled correctly you need an internal and external DNS server. This is because the address for everyone else is different for you (when you are behind the NAT).

If you have a large DNS zone, you might have to duplicate lots of records, quite often many are not different. This tool allows you to intercept specific queries and adjust them as needed… i.e. to rewrite addresses when you are behind the NAT.

For more information, please visit the RubyDNS page.

Comments

Leave a comment

Please note, comments must be formatted using Markdown. Links can be enclosed in angle brackets, e.g. <www.codeotaku.com>.