Changes

Jump to navigation Jump to search
4 bytes added ,  09:56, 29 March 2019
m
no edit summary
Line 1: Line 1: −
== Install ==
+
==Install==
 
  sudo apt install squid
 
  sudo apt install squid
   −
== Allow access to host ==
+
==Allow access to host==
* edit
+
 
 +
*edit
 +
 
 
  sudo nano /etc/squid/squid.conf
 
  sudo nano /etc/squid/squid.conf
* add
+
 
 +
*add ACLs
 +
 
 
  <nowiki>acl pentesting01 src 15.17.170.165/32
 
  <nowiki>acl pentesting01 src 15.17.170.165/32
http_access allow pentesting01</nowiki>
+
http_access allow pentesting01</nowiki>

Navigation menu