We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1c6009 + 025d1e9 commit ed24145Copy full SHA for ed24145
src/constants.ts
@@ -13,6 +13,7 @@ export const headersToCheck: IPHeaders[] = [
13
"appengine-user-ip", // GCP
14
"true-client-ip", // Akamai and Cloudflare
15
"cf-pseudo-ipv4", // Cloudflare
16
+ "fly-client-ip", // Fly.io
17
]
18
19
export const defaultOptions: Options = {
0 commit comments