Functions§
- is_
proxy_ ip_ allowed - Checks if a proxy IP address is allowed based on the configured allowlist Returns true if no allowlist is configured (allow all) or if IP matches any entry
- parse_
original_ client_ ip - Parses the original client IP from X-Forwarded-For header Format: “client, proxy1, proxy2, …” - returns the leftmost (original client) IP