How can I make that only certain IPs (there is a IP range) access my site?
You can create a firewall rule for IPv4 addresses:
https://developers.cloudflare.com/firewall/cf-dashboard/create-edit-delete-rules/
You want to limit access to a subdomain?
Yes, only in a subdomain
Try this:
So youâll need:
hostname - Equals - test.killteamseller.it
AND
IP Source Address - Equals (or âIs in listâ) - xxxxxx
something like thatâŚ
Ohh, thank you! But i canât setup a ip range to allow (i have a ip range)
CIDR range?
CIDR ranges can be entered, but can only be used with âinâ operators, like âis inâ.
what i need to put? all ips?
like
91.108.56.0/22
91.108.4.0/22
91.108.8.0/22
91.108.16.0/22
91.108.12.0/22
149.154.160.0/20
91.105.192.0/23
91.108.20.0/22
185.76.151.0/24
2001:b28:f23d::/48
2001:b28:f23f::/48
2001:67c:4e8::/48
2001:b28:f23c::/48
2a0a:f280::/32
thank you
Thank you!
May i can ask if i can do a redirect if the ip is not in whitelist?
I donât think the WAF can accommodate that, based on what I see, but someone else here might have a way.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.