Difference between revisions of "Proxy Squid"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "== Install == sudo apt install squid == Allow access to host == * edit sudo nano /etc/squid/squid.conf * add <nowiki>acl pentesting01 src 15.17.170.165/32 http_access allo...")
 
m
Tag: visualeditor
 
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>

Latest revision as of 09:56, 29 March 2019

Install[edit]

sudo apt install squid

Allow access to host[edit]

  • edit
sudo nano /etc/squid/squid.conf
  • add ACLs
acl pentesting01 src 15.17.170.165/32
 http_access allow pentesting01