Guest User

Untitled

a guest
May 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. acl morning_hours time M T W H F 9:00-12:30
  3. acl evening_hours time M T W H F 14:00-20:00
  4. acl mynet src 192.168.1.0/24
  5.  
  6. acl msnmime req_mime_type ^application/x-msn-messenger
  7. acl msngw url_regex -i gateway.dll
  8. acl msnnew url_regex dstdomain rad.msn.com
  9. http_access deny msnmime morning_hours evening_hours mynet
  10. http_access deny msngw morning_hours evening_hours mynet
  11. http_access deny msnnew morning_hours evening_hours mynet
Add Comment
Please, Sign In to add comment