SENSORAvatar border
TS
SENSOR
[ASK] SQUID ga bisa cegah download exe
butuh sedikit pencerahan gan, kenapa tetep ke bypass ya ini config??

acl myNetwork src 192.168.0.0/16
acl blockDomain dstdomain "/etc/squid/blockDomains.txt"
acl allowMac arp "/etc/squid/mac.txt"
acl blockStreamVid rep_mime_type ^application/x-shockwave-flash
acl flashAd rep_mime_type application/x-shockwave-flash
acl badFiles urlpath_regex -i "/etc/squid/block_files.acl"
#acl badFiles urlpath_regex -i \.exe?$
#acl dlVidAu rep_mime_type ^*audio*$
acl audio_video_request req_mime_type -i ^audio/x-pn-releaudio$
acl audio_video_reply req_mime_type -i ^audio/x-pn-releaudio$



http_access deny blockDomain
http_access allow allowMac
http_reply_access deny blockStreamVid
http_reply_access deny flashAd
http_access deny badFiles
#http_reply_access deny dlVidAu


http_access allow myNetwork

# And finally deny all other access to this proxy
http_access allow localhost
http_access deny all



thanks sebelomnya

0
1K
2
GuestAvatar border
Guest
Tulis komentar menarik atau mention replykgpt untuk ngobrol seru
Urutan
Terbaru
Terlama
GuestAvatar border
Guest
Tulis komentar menarik atau mention replykgpt untuk ngobrol seru
Komunitas Pilihan