Privoxy
Allikas: Kuutõrvaja
Privoxy seadistamine forward proxyks
Juhend on valmistatud süsteemis Debian 9.8
Privoxy versioon on 3.0.26
Installeeri Privoxy
apt install privoxy
Config failid asuvad tavaliselt asukohas
/etc/privoxy
Seadista config fail vastavalt vajadustele, minimaalne conf:
# Config failide asukoht confdir /etc/privoxy # Logifaili asukoht logdir /var/log/privoxy actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on. actionsfile default.action # Main actions file actionsfile user.action # User customizations logfile logfile debug 1 # Log the destination for each request Privoxy let through. See also debug 1024. debug 1024 # Actions that are applied to all sites and maybe overruled later on. debug 4096 # Startup banner and warnings debug 8192 # Non-fatal errors # Internetiga ühendatud serveri internal IP ja port listen-address XX.XX.X.XX:XXXX buffer-limit 4096 enable-proxy-authentication-forwarding 0 forwarded-connect-retries 0 accept-intercepted-requests 0 allow-cgi-request-crunching 0 split-large-forms 0 keep-alive-timeout 300 tolerate-pipelining 1 socket-timeout 300 max-client-connections 32
Käivita Privoxy
sc start Privoxy
Logifail asub üldjuhul
cat /var/log/Privoxy/logfile
Kui vajad lisainformatsiooni, siis sellelt veebilehelt võid leida abi
https://www.privoxy.org/3.0.28/user-manual/installation.html