Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # streaming download
  2. acl fails rep_mime_type ^.*mms.*
  3. acl fails rep_mime_type ^.*ms-hdr.*
  4. acl fails rep_mime_type ^.*x-fcs.*
  5. acl fails rep_mime_type ^.*x-ms-asf.*
  6. acl fails2 urlpath_regex dvrplayer mediastream mms://
  7. acl fails2 urlpath_regex \.asf$ \.afx$ \.flv$ \.swf$
  8. acl deny_rep_mime_flashvideo rep_mime_type -i video/flv
  9. acl deny_rep_mime_shockwave rep_mime_type -i ^application/x-shockwave-flash$
  10. acl x-type req_mime_type -i ^application/octet-stream$
  11. acl x-type req_mime_type -i application/octet-stream
  12. acl x-type req_mime_type -i ^application/x-mplayer2$
  13. acl x-type req_mime_type -i application/x-mplayer2
  14. acl x-type req_mime_type -i ^application/x-oleobject$
  15. acl x-type req_mime_type -i application/x-oleobject
  16. acl x-type req_mime_type -i application/x-pncmd
  17. acl x-type req_mime_type -i ^video/x-ms-asf$
  18.  
  19. acl x-type2 rep_mime_type -i ^application/octet-stream$
  20. acl x-type2 rep_mime_type -i application/octet-stream
  21. acl x-type2 rep_mime_type -i ^application/x-mplayer2$
  22. acl x-type2 rep_mime_type -i application/x-mplayer2
  23. acl x-type2 rep_mime_type -i ^application/x-oleobject$
  24. acl x-type2 rep_mime_type -i application/x-oleobject
  25. acl x-type2 rep_mime_type -i application/x-pncmd
  26. acl x-type2 rep_mime_type -i ^video/x-ms-asf$
  27. http_reply_access deny deny_rep_mime_flashvideo !IPS_LIBERADOS
  28. http_reply_access deny deny_rep_mime_shockwave !IPS_LIBERADOS
  29.  
  30. #streaming files
  31. http_access deny fails !IPS_LIBERADOS
  32. http_reply_access deny fails !IPS_LIBERADOS
  33. http_access deny fails2 !IPS_LIBERADOS
  34. http_reply_access deny fails2 !IPS_LIBERADOS
  35. http_access deny x-type !IPS_LIBERADOS
  36. http_reply_access deny x-type !IPS_LIBERADOS
  37. http_access deny x-type2 !IPS_LIBERADOS
  38. http_reply_access deny x-type2 !IPS_LIBERADOS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement