Buddy
CDCloudflare Developers
•Created by Buddy on 10/9/2024 in #general-help
WAF rules for PRO plan
currently i have whitelisting ip rules and good bots
and a basic bot rule for
((cf.client.bot) or
(http.user_agent contains "curl") or
(http.user_agent contains "python") or
(http.user_agent contains "Go-http-client") or
(http.user_agent contains "wget") or
(http.user_agent contains "libwww-perl"))
what else should i do?
6 replies
CDCloudflare Developers
•Created by Buddy on 10/9/2024 in #general-help
WAF rules for PRO plan
i had rate limits at 300, and it didn't handle, i putted it at 150 and it did fine i think, as i don't want to block actual users, but i'm still looking for improved WAF rules,
6 replies
CDCloudflare Developers
•Created by Buddy on 10/9/2024 in #general-help
WAF rules for PRO plan
i was looking again at my WAF rules
6 replies
CDCloudflare Developers
•Created by Buddy on 10/9/2024 in #general-help
WAF rules for PRO plan
Mh
6 replies
CDCloudflare Developers
•Created by Buddy on 10/9/2024 in #general-help
WAF rules for PRO plan
Currently i have a ratelimiting rules for 250 in 10 seconds
On custom rules:
A ip whitelist rule
and a basic block for known bots
((cf.client.bot) or
(http.user_agent contains "curl") or
(http.user_agent contains "python") or
(http.user_agent contains "Go-http-client") or
(http.user_agent contains "wget") or
(http.user_agent contains "libwww-perl")) and
what else should i do?
6 replies