PRIVOXY on OpenWRT
Privoxy adalah web proxy dan fungsinya sama juga dengan proxomitron,ispce disini saya akan coba menjelaskan cara instalasinya di openWRT 1.download paket privoxy+depend 2.extract file tersebut dan buka winscp 3.copykan file extract tersebut ke folder /tmp melalui winscp 4.buka putty dan login ke router 5.cd /tmp 6.opkg install *.ipk 7.tunggu sampai selesai dan instalasi privoxy selesai berikut configurasi privoxy: 1.masuk ke /etc/privoxy 2.edit file "matc-all.action" { \ +add-header{host: host_gratisan } \ ##Tambahkan baris tersebut +change-x-forwarded-for{block} \ +client-header-tagger{css-requests} \ +client-header-tagger{image-requests} \ +hide-from-header{block} \ +set-image-blocker{pattern} \ } / # Match all URLs 3.save 4.edit file "config" confdir /etc/privoxy logdir /var/log filterfile default.filter logfile privoxy actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on. actionsfile default.actio...