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
I am unsuccessful in getting domain resolved by matching IP address or IP prefix. I think it is supported. Could you please give me some example config for the same.
The text was updated successfully, but these errors were encountered:
Yeah, that really should be documented!
For a /32, use "[98.248.0.1]” (no quotes, but square brackets).
and for a /24 use "[98.248.0.0]” — basically if the last octet is a 0 then the code will match the whole /24.
Other CIDR masks aren’t supported.
The same for IPv6; except the /24 equivalent is a /48.
Hi Team
I am unsuccessful in getting domain resolved by matching IP address or IP prefix. I think it is supported. Could you please give me some example config for the same.
The text was updated successfully, but these errors were encountered: