Squid Tips: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=transparenter proxy= * iptables command ... iptables -t nat -A PREROUTING -j DNAT -i eth0 -p tcp --dport 80 --to 192.168.240.100:3128 */etc/squid/squid.con…“)
(kein Unterschied)

Version vom 1. September 2015, 07:18 Uhr

transparenter proxy

  • iptables command ...
 iptables -t nat -A PREROUTING -j DNAT -i eth0 -p tcp --dport 80 --to 192.168.240.100:3128
  • /etc/squid/squid.conf
http_port 3128 transparent