Proxy Squid

From RHS Wiki
Revision as of 09:56, 29 March 2019 by Rafahsolis (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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