- Using RubyDNS ~> 0.5.3
- Using RubyDNS 0.4.x
- Enable passthrough in DNS service. Helpful if you insist to hook a standard tld like .io.
- Remove unneeded iteraton in installers/mac.rb. (thanks to JonathanTron for reporting)
- Fix crash when no tld option was given.
- Default to 127.0.0.1 when no network option is given
- Warn if no default pattern is configured because TLD is given, but no host_name
- Fix a crash when /etc/resolver is not present
- Deactivate ipv6 support (was broken anyways)
- Add multiple patterns support
- Introduces the
tlds
config key, for managing multiple tlds.tld
is still supported - --ontop option to run the dns server on top
- removed the logger config in favor of a default logger
- Uses one central server now
- The DNS server is now reconfigured on every run
- Initial Release
- Support for A and AAAA configuration