For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

1 Reply

  • Colin_Walker_12's avatar
    Colin_Walker_12
    Historic F5 Account
    That would look something like:

    
    when HTTP_REQUEST {
      if {[HTTP::header "NPG_SRC_ADDR"] contains "8.7.102.6" } {
        discard
      }
    }

    HTH,

    Colin