Forum Discussion
Mrad_231364
Nimbostratus
Jun 08, 2018Block DNS domain on Big IP DNS
Hello,
I am trying to block certain domains on a specific Listener (ie ) Can you help me writing an iRule?
- Stanislas_Piro2
Cumulonimbus
you can try something like that:
when DNS_REQUEST { if { [DNS::question name] ends_with "example.com" } { noerror DNS::return } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects