Deny Source IP and Response 403

  • Using aFlex to deny some source IP and response 403

Requirement

  • Service Type: HTTP / HTTPS

Code

when HTTP_REQUEST {
  if { [IP::addr [IP::client_addr] equals 8.8.8.8 ] } {
    HTTP::respond 404
  }
}
a10/slb/aflex/http/denyip-respond404.txt · 上一次變更: 2014/04/24 15:44 由 jal
上一頁 | 下一頁 | 回首頁 | RSS Feed | Facebook