Advertisement
retnet

acl limit squid

Feb 8th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ############
  2. acl download url_regex -i ftp .exe .mp3 .nrg .rpm .vqf .tar.gz .gz .tar .rpm .zip .rar .avi .mpeg .mpe .mpg .qt .ram .rm .raw .wav .mov .msi .mp4 .7z .flv .rma .wmv .wma .torrent .jar .mkv .rmvb .ogm .ac3
  3. delay_pools 2
  4. delay_class 1 2
  5. delay_parameters 1 -1/-1 -1/-1
  6. delay_class 2 2
  7. delay_parameters 2 -1/76800 35000/76800 ## limit 35kb setelah download 76KB
  8. delay_access 2 allow download
  9. delay_access 2 deny all
  10. delay_access 1 deny download
  11. delay_access 1 allow all
  12. ############
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement