Skip to content

Commit 1053477

Browse files
committed
docs: update geoip.md
1 parent 8535c7c commit 1053477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/geoip.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ New data state:
109109

110110
Sort accoriding to the priority. All providers are prioritized so we are able to make a decision in draw situations. Current priority is: `["ipinfo", "ip2location", "maxmind", "ipmap", "fastly"]`, where `"ipinfo"` is the top prioritized.
111111
Sorting rules are:
112-
- providers with the same "city" are grouped and go first
112+
- providers with the same "country" are grouped and go first
113+
- providers with the same "city" within the top "country" are grouped and go first
113114
- if there are several groups of the same size, group with the most prioritized provider goes first
114115
- groups are sorted internally by the priority of providers
115116

0 commit comments

Comments
 (0)