Skip to content

Commit d65d6e3

Browse files
committed
fix: add Belgium coordinates for GeoDNS fallback
Added coordinates for Belgium (be) to LOCATION_COORDINATES map. This enables coordinate-based fallback for Belgian clients to find nearest agents (e.g., DE, NL) when no agent exists in Belgium.
1 parent 4349d82 commit d65d6e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dns/geo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var LOCATION_COORDINATES = map[string]Coordinates{
3030
"in": {Lat: 20.5937, Lon: 78.9629},
3131
"tr": {Lat: 38.9637, Lon: 35.2433},
3232
"az": {Lat: 40.1431, Lon: 47.5769}, // Azerbaijan
33+
"be": {Lat: 50.8503, Lon: 4.3517}, // Belgium
3334
}
3435

3536
// isRoutingRestricted checks political routing restrictions

0 commit comments

Comments
 (0)