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