Skip to content

Commit ed24145

Browse files
authored
Merge pull request #28 from netray/main
Add support for Fly.io header
2 parents b1c6009 + 025d1e9 commit ed24145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const headersToCheck: IPHeaders[] = [
1313
"appengine-user-ip", // GCP
1414
"true-client-ip", // Akamai and Cloudflare
1515
"cf-pseudo-ipv4", // Cloudflare
16+
"fly-client-ip", // Fly.io
1617
]
1718

1819
export const defaultOptions: Options = {

0 commit comments

Comments
 (0)