All Versions
21
Latest Version
Avg Release Cycle
197 days
Latest Release
-
Changelog History
Page 2
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
- Count EDNS queries per zone, pretty status page
-
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