All Versions
21
Latest Version
Avg Release Cycle
197 days
Latest Release
-

Changelog History
Page 2

  • v2.4.0 Changes

    June 05, 2015
    • โž• Add per-zone targeting configuration
    • ๐Ÿ‘Œ Support targeting by region/state with GeoIPCity
    • ๐Ÿ‘ Don't send backlogged zone counts to stathat when support is enabled
  • v2.3.0 Changes

    May 07, 2013
    • ๐Ÿ›  Fix edns-client-subnet bug in dns library so it works with OpenDNS
  • v2.2.8 Changes

    April 28, 2013
    • ๐Ÿ‘Œ Support per-zone stats posted to StatHat
    • ๐Ÿ‘Œ Support TXT records
    • Don't return NXDOMAIN for A queries to _status and _country
    • Set serial number from file modtime if not explicitly set in json
    • ๐Ÿ‘Œ Improve record type documentation
    • Warn about unknown record types in zone json files
    • โž• Add -version option
  • v2.2.7 Changes

    April 16, 2013
    • Count EDNS queries per zone, pretty status page
      • Status page has various per-zone stats
      • Show global query stats, etc
    • โž• Add option to configure 'loggers'
    • โž• Add -cpus option to use multiple CPUs
    • โž• Add sample geodns.conf
    • ๐Ÿ‘‰ Use numbers instead of strings when appropriate in websocket stream
    • ๐Ÿ”จ Various refactoring and bug-fixes
  • v2.2.6 Changes

    April 09, 2013
    • Begin more detailed /status page
    • ๐Ÿ’„ Make SOA record look more "normal" (cosmetic change only)
  • v2.2.5 Changes

    April 07, 2013
    • โž• Add StatHat feature
    • ๐Ÿ‘Œ Improve error handling for bad zone files
    • Don't call runtime.GC() after loading each zone
    • Set the minimum TTL to 10x regular TTL (up to an hour)
    • service script: Load identifier from env/ID if it exists
    • โœ… Work with latest geoip; use netmask from GeoIP in EDNS-SUBNET replies
  • v2.2.4 Changes

    March 05, 2013
    • โž• Add licensing information
    • ๐Ÿ”ง De-configure zones when the .json file is removed
    • ๐Ÿ”ง Start adding support for a proper configuration file
    • โž• Add -identifier command line option
    • Various tweaks
  • v2.2.3 Changes

    March 01, 2013
    • ๐ŸŒฒ Always log when zones are re-read
    • โœ‚ Remove one of the runtime.GC() calls when configs are loaded
    • Set ulimit -n 64000 in run script
    • Cleanup unused Zones variable in a few places
    • ๐ŸŒฒ Log when server was started to websocket /monitor interface
  • v2.2.2 Changes

    February 27, 2013
    • ๐Ÿ›  Fix crash when getting unknown RRs in Extra request section
  • v2.2.1 Changes

    February 01, 2013
    • ๐Ÿ‘ Beta EDNS-SUBNET support.
    • ๐Ÿ‘ Allow A/AAAA records without a weight
    • Don't crash if a zone doesn't have any apex records
    • ๐Ÿ“œ Show line with syntax error when parsing JSON files
    • โž• Add --checkconfig parameter
    • โœ… More tests