Proxy Squid

From RHS Wiki
Revision as of 12:30, 5 December 2018 by Rafahsolis (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install

sudo apt install squid

Allow access to host

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