Squid by pass proxy configure (or web internal)

1. Create file to add list of Web internal (Intranet)
#vi /etc/squid/web_internal.txt
-----------------------web_internal.txt-----------------------
#insert your web internal in this file
.cbsproj.pea.co.th #cbs project
other.internal.com #other
----------------------End of web_internal.txt-----------------
2. Edit file squid.conf
#vi squid.conf
--------------------------web_internet.txt----------------------------
acl Internal url_regex -i "/etc/squid/web_internal.txt" # Internal
always_direct allow Internal
-----------------------End of web_internal.txt------------------------
3. Reload squid configure
#service squid reload

ความคิดเห็น

บทความที่ได้รับความนิยม