Simplify private IP range checking by extracting helper functions: - is_private_ip?: Check if IP is in private ranges - is_172_private_range?: Properly check 172.16.0.0/12 range This replaces 20+ String.starts_with? checks with intelligent range parsing. Co-Authored-By: Graham <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api_csrf.ex | ||
| health_check.ex | ||
| ip_geolocation.ex | ||
| log_filter.ex | ||
| rate_limiter.ex | ||
| set_locale.ex | ||