Raspberry pi セットアップその8 privoxyの設定

905

※全般的なことは公式サイトのFAQを参照。
 

1. インストール

 
privoxyは設定を何もいじらなくても動く軽量プロキシです。

[root@limau]:~# apt-get -y install privoxy

 
設定を確認します。

[root@limau]:~# cat /etc/privoxy/config | grep -v \#

 

user-manual /usr/share/doc/privoxy/user-manual
confdir /etc/privoxy
logdir /var/log/privoxy
filterfile default.filter
logfile logfile
listen-address localhost:8118
toggle 1
enable-remote-toggle 0
enable-remote-http-toggle 0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
forwarded-connect-retries 0
accept-intercepted-requests 0
allow-cgi-request-crunching 0
split-large-forms 0
keep-alive-timeout 5
socket-timeout 300

 
VPNで外出先から使うために listen-addressのみ編集します。
 

[root@limau]:~# vi /etc/privoxy/config

 

listen-address [hamachiで割り当てられたipアドレス]:8118

 
 
次回は iptablesの設定を行います。
 
 
 

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny