You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason (not yet researched), it is possible to get null back for the CF IP address list.
This is a silent failure, but it causes failures like this when checking for the actual domain:
CRITICAL: IP `104.21.46.162` does not belong to CloudFlare, IP `172.67.140.179` does not belong to CloudFlare, IP `2606:4700:3034::ac43:8cb3` does not belong to CloudFlare, IP `2606:4700:3035::6815:2ea2` does not belong to CloudFlare
We should probably:
Not cache failed results (e.g. null)
Error on failure to get the IP lists
Provide an option to soft-trust on failure to load the IP list
See how long we are caching the IP list for
The text was updated successfully, but these errors were encountered:
For some reason (not yet researched), it is possible to get
null
back for the CF IP address list.This is a silent failure, but it causes failures like this when checking for the actual domain:
We should probably:
null
)The text was updated successfully, but these errors were encountered: