[PR #53] [CLOSED] support weighted alias #254

Closed
opened 2026-03-01 17:24:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/geodns/pull/53
Author: @semihalev
Created: 5/21/2014
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 41fa416 support weighted alias
  • 0573cb5 fix remove IP/24 support, sometimes dotindex out of range
  • 51d729d feature active/passive records for a aaaa alias cname
  • a203516 http api set active/deactive for records and backup record for a aaaa alias cname
  • cc4e0b1 status.html rollback
  • 1dcddfd fix bad json config panic
  • e71d06c update example.com config
  • fc96682 feature glue for cname, mx, ns records
  • 2364221 small fix
  • ff60a12 fix for ttl and ANY records

📊 Changes

13 files changed (+365 additions, -53 deletions)

View changed files

📝 countries/regiongroups.go (+1 -0)
📝 dns/example.com.json (+3 -0)
📝 geodns.go (+1 -1)
📝 metrics.go (+8 -6)
📝 monitor.go (+83 -7)
📝 picker.go (+31 -7)
📝 serve.go (+151 -6)
📝 serve_test.go (+1 -1)
📝 targeting.go (+2 -5)
📝 zone.go (+13 -3)
📝 zone_test.go (+1 -1)
📝 zones.go (+69 -15)
📝 zones_test.go (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/abh/geodns/pull/53 **Author:** [@semihalev](https://github.com/semihalev) **Created:** 5/21/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`41fa416`](https://github.com/abh/geodns/commit/41fa41688e1cfb63ba190bf543a83c2e71e43b4b) support weighted alias - [`0573cb5`](https://github.com/abh/geodns/commit/0573cb5ba80f01af7078ff082dc0222a89988b70) fix remove IP/24 support, sometimes dotindex out of range - [`51d729d`](https://github.com/abh/geodns/commit/51d729dca8c2374e6e7b4cb4036fe0bcf4f633b7) feature active/passive records for a aaaa alias cname - [`a203516`](https://github.com/abh/geodns/commit/a2035167eda4e9ae3e1899e8bfb5a017aab5775d) http api set active/deactive for records and backup record for a aaaa alias cname - [`cc4e0b1`](https://github.com/abh/geodns/commit/cc4e0b1b4b256cdbc945cf7c762f515f58fd66db) status.html rollback - [`1dcddfd`](https://github.com/abh/geodns/commit/1dcddfdf74d2be8683c0eeced4ed91a995161237) fix bad json config panic - [`e71d06c`](https://github.com/abh/geodns/commit/e71d06cac26f9d6f3a1cff349ecb924add642fcb) update example.com config - [`fc96682`](https://github.com/abh/geodns/commit/fc9668252a3c8012f59b2d7e63844053e9583cb3) feature glue for cname, mx, ns records - [`2364221`](https://github.com/abh/geodns/commit/23642217efd2c29390e58e4662219cdf2b114a26) small fix - [`ff60a12`](https://github.com/abh/geodns/commit/ff60a1247c6c03ef7d47b3ba01fef9863463af82) fix for ttl and ANY records ### 📊 Changes **13 files changed** (+365 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `countries/regiongroups.go` (+1 -0) 📝 `dns/example.com.json` (+3 -0) 📝 `geodns.go` (+1 -1) 📝 `metrics.go` (+8 -6) 📝 `monitor.go` (+83 -7) 📝 `picker.go` (+31 -7) 📝 `serve.go` (+151 -6) 📝 `serve_test.go` (+1 -1) 📝 `targeting.go` (+2 -5) 📝 `zone.go` (+13 -3) 📝 `zone_test.go` (+1 -1) 📝 `zones.go` (+69 -15) 📝 `zones_test.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:24:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#254
No description provided.