What's new

Closed Privoxy - Squid Proxy Replacement

Status
Not open for further replies.
Sa mga server owners jan na hindi mapaconnect si openvpn + squid proxy. Papalitan lang po natin ung squid proxy nyo ng privoxy. auto 200 na po status nyan


eto lang oo ang gagawin nyo.

Tested with :
Ubuntu 16.04, 16.10, 18.04, 18.10
Debian 7, 8, 9.

Login po kayo sa ssh nyo
tapos sundan ito

1.) apt-get install provoxy
2.) echo 1 > /etc/privoxy/config
3.) nano /etc/privoxy/config
4.) copy and paste nyo itong nasa baba
Code:
user-manual /usr/share/doc/privoxy/user-manual
confdir /etc/privoxy
logdir /var/log/privoxy
filterfile default.filter
logfile logfile
listen-address  0.0.0.0:8118
listen-address  [::1]:8118
toggle  1
enable-remote-toggle  0
enable-remote-http-toggle  0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
enable-proxy-authentication-forwarding 1
forwarded-connect-retries  1
accept-intercepted-requests 1
allow-cgi-request-crunching 1
split-large-forms 0
keep-alive-timeout 5
tolerate-pipelining 1
socket-timeout 300
permit-access 0.0.0.0/0 $your-ip-here$
5.) Palitan mo ung $your-ip-here$ ng ip ng server mo then CTRL X then Y para ma save yung file
6.) type "service privoxy restart"
7.) i edit nyo ung .ovpn file nyo at ilagay ung proxy at port 8118 para sa privoxy

8.) eto screenshot connected agad

View attachment 614382


PS :
Para ma palitan mo ung port or mag add ng port
edit mo ulit yung config at hanapin mo yung line
Code:
listen-address  0.0.0.0:8118
palitan mo yung 8118 ng port na gusto mo


PSS :
yung last line na
Code:
permit-access 0.0.0.0/0 $your-ip-here$
yan po ang way para i block ang other ip address at tanging ip mo lang ang permit
pag ginamit ng iba ang proxy mo mag error lang ung connection
no. 1 palang error na,
Sa mga server owners jan na hindi mapaconnect si openvpn + squid proxy. Papalitan lang po natin ung squid proxy nyo ng privoxy. auto 200 na po status nyan


eto lang oo ang gagawin nyo.

Tested with :
Ubuntu 16.04, 16.10, 18.04, 18.10
Debian 7, 8, 9.

Login po kayo sa ssh nyo
tapos sundan ito

1.) apt-get install provoxy
2.) echo 1 > /etc/privoxy/config
3.) nano /etc/privoxy/config
4.) copy and paste nyo itong nasa baba
Code:
user-manual /usr/share/doc/privoxy/user-manual
confdir /etc/privoxy
logdir /var/log/privoxy
filterfile default.filter
logfile logfile
listen-address  0.0.0.0:8118
listen-address  [::1]:8118
toggle  1
enable-remote-toggle  0
enable-remote-http-toggle  0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
enable-proxy-authentication-forwarding 1
forwarded-connect-retries  1
accept-intercepted-requests 1
allow-cgi-request-crunching 1
split-large-forms 0
keep-alive-timeout 5
tolerate-pipelining 1
socket-timeout 300
permit-access 0.0.0.0/0 $your-ip-here$
5.) Palitan mo ung $your-ip-here$ ng ip ng server mo then CTRL X then Y para ma save yung file
6.) type "service privoxy restart"
7.) i edit nyo ung .ovpn file nyo at ilagay ung proxy at port 8118 para sa privoxy

8.) eto screenshot connected agad

View attachment 614382


PS :
Para ma palitan mo ung port or mag add ng port
edit mo ulit yung config at hanapin mo yung line
Code:
listen-address  0.0.0.0:8118
palitan mo yung 8118 ng port na gusto mo


PSS :
yung last line na
Code:
permit-access 0.0.0.0/0 $your-ip-here$
yan po ang way para i block ang other ip address at tanging ip mo lang ang permit
pag ginamit ng iba ang proxy mo mag error lang ung connection
no. 1 palang error na, panu to?
 

Attachments

Sa mga server owners jan na hindi mapaconnect si openvpn + squid proxy. Papalitan lang po natin ung squid proxy nyo ng privoxy. auto 200 na po status nyan


eto lang oo ang gagawin nyo.

Tested with :
Ubuntu 16.04, 16.10, 18.04, 18.10
Debian 7, 8, 9.

Login po kayo sa ssh nyo
tapos sundan ito

1.) apt-get install provoxy
2.) echo 1 > /etc/privoxy/config
3.) nano /etc/privoxy/config
4.) copy and paste nyo itong nasa baba
Code:
user-manual /usr/share/doc/privoxy/user-manual
confdir /etc/privoxy
logdir /var/log/privoxy
filterfile default.filter
logfile logfile
listen-address  0.0.0.0:8118
listen-address  [::1]:8118
toggle  1
enable-remote-toggle  0
enable-remote-http-toggle  0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
enable-proxy-authentication-forwarding 1
forwarded-connect-retries  1
accept-intercepted-requests 1
allow-cgi-request-crunching 1
split-large-forms 0
keep-alive-timeout 5
tolerate-pipelining 1
socket-timeout 300
permit-access 0.0.0.0/0 $your-ip-here$
5.) Palitan mo ung $your-ip-here$ ng ip ng server mo then CTRL X then Y para ma save yung file
6.) type "service privoxy restart"
7.) i edit nyo ung .ovpn file nyo at ilagay ung proxy at port 8118 para sa privoxy

8.) eto screenshot connected agad

View attachment 614382


PS :
Para ma palitan mo ung port or mag add ng port
edit mo ulit yung config at hanapin mo yung line
Code:
listen-address  0.0.0.0:8118
palitan mo yung 8118 ng port na gusto mo


PSS :
yung last line na
Code:
permit-access 0.0.0.0/0 $your-ip-here$
yan po ang way para i block ang other ip address at tanging ip mo lang ang permit
pag ginamit ng iba ang proxy mo mag error lang ung connection
no. 1 palang error na, panu to?
apt-get install privoxy
yan po yungcode
yan ung nilagay ko tingnan mo sa screen shot
 
guys step 5 malinaw naman
Code:
5.) Palitan mo ung $your-ip-here$ ng ip ng server mo then CTRL X then Y para ma save yung file
ung buo kasama ung $ papalitan ng ip
 
Status
Not open for further replies.
Back
Top