Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/network/ip-geolocation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ In order to use this data, you will need to then retrieve it from the [`CF-IPCou

## Report an incorrect IP location

If you find an incorrect IP location that is part of the [current Cloudflare IP ranges](https://www.cloudflare.com/ips/), report to `ip-corrections@cloudflare.com`.
If you find an IP address with a location that you believe is incorrect, please report it to `ip-corrections@cloudflare.com` along with the correct information as applicable (Country, State/province, City name, and ZIP code).
2 changes: 1 addition & 1 deletion src/util/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SwaggerParser from "@apidevtools/swagger-parser";
import type { OpenAPI } from "openapi-types";

const COMMIT = "78074d82a7567a9e0fa308e8f79e7e436f25f828";
const COMMIT = "f6cdff229f0cd95a4f2d5338a170501201238d36";
let schema: OpenAPI.Document | undefined;

export const getSchema = async () => {
Expand Down