في هذه المادة شرحت طريقة التعامل مع Squid - Proxy Server ولكن نسيت ان اصحح الخطا الذي نسيته وهو انني بالمقطع ذكرت ان اسم المستخدم يلزم ان يكون بنفس اسم اللي بالسيفر وهذا خطا المقصود هو اسم الكمبيوتر وليس المستخدم لذلك وجب التنويه لكم
--------------------
Ifconfig
Ping 8.8.8.8
Sudo apt install update -y
Sudo apt install squid
Sudo cp squid.conf squid.conf.original
Sudo chmod a-w /etc/squid/squid.conf.original
Sudo vim /etc/squid/squid.conf
: set number [ctrl + w to search]
1612 # http_port 3128
5584 #
5585 # visible_hostname weezie
[#acl localnet]
my_network src 192.168.42.0/24
994 # acl biz_network src 10.1.42.0/24
995 # acl biz_hours time M T W T F 9:00-17:00
[http_access deny]
1166 # http_access allow my_network
1667 # http_access allow biz_network biz_hours
1670 # https_access deny blocked_websites
996 # acl blocked_websites dstdomain .yahoo.com
/https-port [shift + G] or [Ctrl + shift + G]