• v3.2.0 5cc72402f8

    v3.2.0 Stable

    kerem released this 2021-10-31 08:25:27 +03:00 | 70 commits to main since this release

    📅 Originally published on GitHub: Sun, 31 Oct 2021 05:32:03 GMT
    🏷️ Git tag created: Sun, 31 Oct 2021 05:25:27 GMT

    3.2.0 October 2021

    • Reload GeoIP 2 databases when they change (Tyler Davis)
    • Updated build process, rpm and deb packages now available
    • Build with Go 1.17.2 (Tyler Davis)
    • Minor fix to geodns-logs tool
    • Updated code comments (Sven Nebel)

    What's Changed

    New Contributors

    Full Changelog: https://github.com/abh/geodns/compare/v3.1.0...v3.2.0

    Downloads
  • v3.0.2 a5d89aef44

    v3.0.2 Stable

    kerem released this 2019-12-28 14:47:47 +03:00 | 99 commits to main since this release

    📅 Originally published on GitHub: Sun, 29 Dec 2019 11:17:08 GMT
    🏷️ Git tag created: Sat, 28 Dec 2019 11:47:47 GMT

    • Better test errors when geoip2 files aren't found
    • Require Go 1.13 or later (just for build script for now)
    • Add geodns-logs to Docker image
    • Fix targeting tests (GeoIP data changed)
    • Update dependencies
    Downloads
  • v3.0.1 6bd14a6e14

    v3.0.1 Stable

    kerem released this 2019-12-28 14:26:16 +03:00 | 113 commits to main since this release

    📅 Originally published on GitHub: Sun, 29 Dec 2019 11:16:20 GMT
    🏷️ Git tag created: Sat, 28 Dec 2019 11:26:16 GMT

    April 2019

    • Added Prometheus metrics support
    • Removed /monitor websocket interface
    • Removed /status and /status.json pages
    • Support "closest" matching (instead of geo/asn labels) for A and AAAA records (Alex Bligh)
    • Support for GeoIP2 databases (including IPv6 data and ASN databases)
    • "Pluggable" targeting data support
    • Support for "health status" in an external file (not documented)
    • Integrated health check support coming later (integrated work done by Alex Bligh, but not functional in this release - his branch on Github has/had it working)
    • Remove minimum TTL for NS records (Alex Bligh)
    • More/updated tests
    • Don't let the server ID be 127.0.0.1
    • Use 'dep' to manage dependencies
    • Remove built-in InfluxDB support from the log processing tool
    Downloads
  • 2.7.0 92f2412433

    2.7.0 Stable

    kerem released this 2017-02-13 11:24:11 +03:00 | 190 commits to main since this release

    Failed to extract signature

    📅 Originally published on GitHub: Mon, 13 Feb 2017 08:25:11 GMT
    🏷️ Git tag created: Mon, 13 Feb 2017 08:24:11 GMT

    • Add support for PTR records (Florent AIDE)
    • Test improvements (Alex Bligh)
    • Update github.com/miekg/dns
    • Update github.com/rcrowley/go-metrics
    • Use vendor/ instead of godep
    • Make query logging (globally) configurable
    • Support base configuration file outside the zone config directory
    • service: Read extra args from env/ARGS
    Downloads
  • 2.5.0 03ab23a13a

    2.5.0 Stable

    kerem released this 2015-06-05 09:38:17 +03:00 | 253 commits to main since this release

    Failed to extract signature

    📅 Originally published on GitHub: Fri, 05 Jun 2015 06:39:33 GMT
    🏷️ Git tag created: Fri, 05 Jun 2015 06:38:17 GMT

    2.5.0 June 5, 2015

    • Add resolver ASN and IP targeting (Ewan Chou)
    • Support for SPF records (Afsheen Bigdeli)
    • Support weighted CNAME responses
    • Add /48 subnet targeting for IPv6 ip targeting
    • Don't log metrics to stderr anymore
    • Make TTLs set on individual labels work
    • Return NOERROR for "bar" if "foo.bar" exists (Geoffrey Papilion)
    • Add Illinois to the us-central region group
    • Add benchmark tests (Miek Gieben)
    • Improve documentation
    • Use godep to track code dependencies
    • Don't add a '.' prefix on the record header on apex records
    Downloads