Kali set up HTTP proxy server with squid simple configuration

Source: Internet
Author: User

1, installation Squid3

[Email protected]:~# apt Install squid3


2. Configuration

Edit SQUID3 configuration file:/etc/squid/squid.conf

[Email protected]:~# cp/etc/squid/squid.conf/etc/squid/squid.conf.back [email protected]:~# Vim/etc/squid/ Squid.conf

(1) The SQUID server listens to TCP port 8888 in place of the default TCP port 3128, you can modify the Http_port statement as follows:

Http_port 8888

(2) Permissions control: Set which network segments or hosts can access this proxy server :

ACL sixtyfive_network src 192.168.65.0/255.255.255.0http_access allow sixtyfive_network


3, restart the service, effective:

Systemctl Restart Squid.service


This article is from the "11255017" blog, please be sure to keep this source http://11265017.blog.51cto.com/11255017/1878665

Kali set up HTTP proxy server with squid simple configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.