no way to compare when less than two revisions

差異處

這裏顯示兩個版本的差異處。


a10:slb:aflex:http:denyip-respond404 [2014/04/24 15:44] (目前版本) – 建立 jal
行 1: 行 1:
 +====== Deny Source IP and Response 403 ======
 +  * Using aFlex to deny some source IP and response 403
  
 +===== Requirement =====
 +  * Service Type: HTTP / HTTPS
 +
 +===== Code =====
 +<code tcl>
 +when HTTP_REQUEST {
 +  if { [IP::addr [IP::client_addr] equals 8.8.8.8 ] } {
 +    HTTP::respond 404
 +  }
 +}
 +</code>
a10/slb/aflex/http/denyip-respond404.txt · 上一次變更: 2014/04/24 15:44 由 jal
上一頁 | 下一頁 | 回首頁 | RSS Feed | Facebook