User Tools

Site Tools


polipo
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


polipo [2014/11/02 21:08] (current) – created admin
Line 1: Line 1:
 +====== Polipo installieren und einrichten ======
 +Polipo ist ein einfacher Proxyserver. Ganz nützlich, wenn man von Südafrika aus Bundesliga Live Stream schauen will. Installiert iwrd er mit
 +
 +<code>apt-get install polipo</code>
 +
 +Danach mit Texteditor folgende Datei öffnen:
 +
 +<code>/etc/polipo/config</code>
 +
 +Folgende Zeilen habe ich auskomentiert:
 +
 +<code>
 +proxyAddress = "0.0.0.0"    # IPv4 only
 +
 +chunkHighMark = 819200
 +objectHighMark = 128
 +
 +diskCacheRoot = ""
 +
 +dnsQueryIPv6 = no
 +
 +censoredHeaders = from, accept-language
 +censorReferer = maybe
 +</code>
 +
 +Und folgende Zeile habe ich zugefügt:
 +
 +<code>authCredentials = Benutzername:Passwort </code>
 +
 +Und ja, das Passwort ist lächerlich, da es im Klartext übertragen wird. Der Server soll aber nicht komplett offen von außen sein. 
 +Abschliesend noch durchstarten
 +<code>/etc/init.d/polipo restart</code>
 +
  
polipo.txt · Last modified: 2014/11/02 21:08 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki