mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[PR #72] [CLOSED] Add closest flag and automatic geographic load balancing #403
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/abh/geodns/pull/72
Author: @abligh
Created: 8/15/2015
Status: ❌ Closed
Base:
master← Head:add-closest-flag📝 Commits (3)
cc09d9dAdd delay to test start.d763f74Remove minimum TTL for NS records901652aAdd 'closest' flag📊 Changes
8 files changed (+166 additions, -27 deletions)
View changed files
📝
geoip.go(+26 -1)📝
picker.go(+55 -2)📝
serve.go(+12 -3)📝
serve_test.go(+4 -0)📝
targeting.go(+5 -6)📝
targeting_test.go(+5 -5)📝
zone.go(+30 -2)📝
zones.go(+29 -8)📄 Description
This is an experimental feature to provide automatic geographic loadbalancing by choosing the group of servers with the lowest geographic distance to the query originator.
This is lightly tested. However, it should not affect normal operation unless you turn it on.
Information from the commit:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.