Geofeed
A file in which a network says where its IP addresses are, for location databases to read. Registries link it but do not check what it says.
Updated 19 September 2026 · 9 primary sources
A geofeed is a small file in which a network says where its addresses are: one line per block, with a country and, if it wants, a region and a city. Engineers at Google and its sister company Loon wrote the format up as RFC 8805 in August 2020, and location data companies read these files to correct their databases. By design it allows only coarse locations: the postal code field is deprecated.
A geofeed is a claim, not a measurement. The network that publishes it decides what it says. That lets honest networks fix wrong locations quickly, and it lets dishonest ones place addresses in countries where they are not.
What a geofeed looks like
Each line holds a block, a country code, a region and a city, separated by commas. The standard's own example is the IETF's meeting network. The same block, 130.129.0.0/16, moves to a new city for every meeting, and its geofeed is updated each time. For the November 2019 meeting it read "130.129.0.0/16,SG,SG-01,Singapore,".
That is where the idea came from. The standard notes that networks which "move from one conference location to the next" had already published small feeds of their own.
How location databases find a geofeed
A feed counts when the registry record of the block points to it. The RIPE Database added a geofeed: attribute to address records, following an impact analysis in November 2021, and APNIC lets holders link a feed through MyAPNIC. A standard of August 2024, RFC 9632, describes the link and an optional RPKI signature that proves the file comes from the block's holder. A signed feed must be preferred over an unsigned one.
Neither registry checks the content. RIPE's database team wrote that the feed's address "will not be checked" for reachability and that "the content of the URL will not be validated". The registries make sure only the holder can attach a feed. They do not make sure the feed is true.
Who reads geofeeds
Location data companies build them into their databases. MaxMind runs a programme in which network operators get reports on how their networks are coded, with a report per geofeed. Google publishes a feed of its own for its public DNS addresses.
The standard asks readers to check that a publisher is authoritative for the addresses in its feed. Without that check, it notes, "ISP Bob" could make location statements "about IP space held by ISP Alice".
When a geofeed lies
In March 2024 the security firm DCSO described networks publishing forged geofeeds, "presumably with the objective of circumventing access control measures (such as country-level geoblocking)". In its example, a block registered in France was declared by its feed to be in New Jersey, while the routing data pointed to neither.
The registry record has the same weakness. As DCSO notes, a record's country may mean the country where the network is, or the law it falls under.
Geofeeds and proxies
We checked the live proxies on our free list on 19 September 2026. Of 774 in RIPE NCC space, 176 sat in a block whose record links a geofeed, spread over 69 different files. We fetched 63 of the files. For the 158 proxies a feed covered, the feed's country matched the registry record's country 88 percent of the time, and the country where our list locates the proxy 72 percent of the time.
So a feed mostly repeats what the registry says. For a proxy sold by country or city, a geofeed is the easiest thing for a seller to change and the weakest thing for a buyer to rely on. It moves an address in the databases that read it, not on the map. A buyer who needs a real location should check more than one database, and the network that announces the address.
| Comparison | Proxies | Share |
|---|---|---|
| Feed country = registry record country | 139 | 88.0% |
| Feed country = where our list locates the proxy | 114 | 72.2% |
| Registry record country = where our list locates the proxy | 111 | 70.3% |
| Feed entry names a city | 149 | 94.3% |
How HProxy handles it
Every proxy on our free list shows where our geolocation data places it and which network announces it, so a feed's claim can be set against both. The figures above come from that comparison.
Frequently asked questions
What is a geofeed?
A CSV file in which a network lists its address blocks with a country and, optionally, a region and a city, so that location databases can correct their records. It is published by the network itself and says what the network chooses to say.
What is RFC 8805?
The document of August 2020, written by engineers at Google and Loon, that defines the geofeed format: one line per block, with a country, region and city. It is an informational RFC, not a standard. Finding feeds through registry records was standardised later, in RFC 9632 of August 2024.
How do I publish a geofeed?
Host the CSV file at an HTTPS address, then point to it from the registry record of your block, with the geofeed: attribute in the RIPE Database or through MyAPNIC at APNIC. Location data companies that read feeds then pick it up, and some also accept submissions directly.
Can a geofeed be faked?
Its content can. The registries check that only the holder can link a feed, but they do not check what the file says. In 2024 a security firm documented forged feeds used to move addresses into other countries on paper.
Why does my IP address show the wrong location?
Because location databases are built from registry records, measurements and feeds, and each can be out of date or wrong. A registry record gives the holder's country, not always where an address is used. If your provider publishes a correct geofeed, databases that read it will usually follow.
Sources
- RFC 8805: A Format for Self-Published IP Geolocation Feeds, IETF, 2020-08.
- RFC 9632: Finding and Using Geofeed Data, IETF, 2024-08.
- NWI-13: Geofeed Impact Analysis, RIPE NCC (Database Working Group list), 2021-11-17.
- How to boost geolocation accuracy with Geofeed, APNIC, 2024-12-05.
- How Rogue ISPs Tamper With Geofeeds, DCSO CyTec, 2024-03-19.
- GeoIP Exchange documentation, MaxMind, 2026-09-19.
- Google Public DNS: Frequently Asked Questions, Google, 2026-09-17.
- RIPE Database REST API, RIPE NCC, 2026-09-19.
- Geofeeds behind 176 live proxy addresses in RIPE NCC space, HProxy measurement, 2026-09-19.
Back to the full glossary.