Skip to content
Open
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
1 change: 1 addition & 0 deletions python_ipware/python_ipware.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def __init__(
"CF-CONNECTING-IP", # Used by CloudFlare.
"TRUE-CLIENT-IP", # Header for CloudFlare Enterprise.
"FASTLY-CLIENT-IP", # Used by Fastly, Firebase.
"FLY-CLIENT-IP", # Used by Fly.io
"FORWARDED", # Standard header defined by RFC 7239.
"CLIENT-IP", # Used by Akamai, Cloudflare's True-Client-IP, and Fastly's Fastly-Client-IP.
"REMOTE_ADDR", # The default IP address header (direct connection).
Expand Down