Hi, I try to block some countries my admin access my subdomain but its does not work, Please advise how does to do
May I ask you to post a screenshot of your rule as an example?
Furthermore, is your sub-domain record being proxied?
How did you try and block those countries? Was it through a firewall rule or through an IP access rule?
if we can gone block IP we need to block more 100+ IPs its impossible to block better we can block country.
You probably want to split those rules up because that one looks like it will only block if the requested URL matches both that are given.
You can also try something like this:
(not ip.geoip.country in {"AF" "DZ"} and (http.request.uri eq "https://example.com/path1/*" or http.request.uri eq "https://example.com/path2/*"))
I try both way its not working
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.