Forum Discussion
neeeewbie
MVP
Dec 04, 2019Block destination IP by source IP
Hi guys I need your help!! we want to bypass some destination IP by source IP [our site using ssl fwd proxy] and is it possible ? someone have a iRule?? thank you
neeeewbie
MVP
Dec 05, 2019thank you!!!
what is mean ""1.2.3.4" -" ??
- Dec 05, 2019
mean of "-" is "or".
switch -glob [IP::client_addr] { "1.2.3.4" - "10.12.*" { ... } }The above code works like the following code.
if { [IP::client_addr] equals "1.2.3.4" or [IP::client_addr] starts_with "10.12." } { ... }- neeeewbieDec 10, 2019
MVP
oh,, Thank you !!!
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