Create Rules to disable proxy in dns if traffic coming from spesific url or ip

What is the name of the domain?

subdomain.example.com

What is the issue you’re encountering

i want to create rules that disable proxy in some dns if traffic coming from spesific url or ip

What steps have you taken to resolve the issue?

create rules, but do not find any option to disable proxy to meet condition

You can’t do that, because it makes no sense. The proxy causes Cloudflare IPs to be returned in DNS, and Cloudflare does not have any function to vary these DNS responses based on the requesting IP. And indeed, even if they did, this would break the moment a DNS client uses a recursive resolver, especially one not supporting ECS. ECS is not widely supported due to privacy concerns, and recursive resolvers are in use by almost all systems.

2 Likes

thanks for responding,
so it mean that i should disable proxy in some subdomain at all

Yes, that’s what you would need to do

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.