WAF RULE check IP in dns and allow

I have a monitoring system in my home network and i want to allow in my cloudflare waf so that even if i have interactive challenge on for all traffic, it will skip on my home IP. The thing is, my home IP is dynamic. I have a dns pointing and updating all times to my home ip. Is there any way i can set a firewall rule so that it checks my home ip through that DNS and if the request is coming from it, allows to skip?
1 Reply
jesopo
jesopo5mo ago
no, waf won't resolve hostnames. what you could do (it's a bit awkward) is have ip.src in $home_ip then create a home_ip IP List and update that list whenever your home IP changes, via API calls