You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
previously we had inconsistencies between the data sources used to get region/country and coordinates, so we unified them in this change: 0c0246a
for the region, we used the continent as a fallback since the dataset lacks a specific region field. This worked for all continents except America, where nodes were indexed as either North or South America
here https://gridproxy.grid.tf/nodes?region=North%20America
The region filter used exact matching, so your request didn’t work. The mentioned PR changes this to allow subtext matching, so filtering by "America" now includes both continents.
region: europe # region could be the name of the continents the nodes are located in (africa, americas, antarctic, antarctic ocean, asia, europe, oceania, polar)
The text was updated successfully, but these errors were encountered: