What's new

Closed [TUT] Sun TU/CTC/CTU OVPN Squid Server Configuration - Pasok

Status
Not open for further replies.

darkside101

Honorary Poster
Joined
Jul 9, 2017
Posts
505
Reaction
342
Points
199
Age
33
Wag nyo nang pahirapan pa ang inyong sarili sa pag build ng squid config para mapagana ang sun promo sa viber payload.
Need nyo lang ng older versions ng mga distributions.

Supported OS:
  • Ubuntu 14
  • Debian 7
  • CentOS 6
Installation:
CentOS 6:
Code:
yum -y update
yum -y install squid

Debian/Ubuntu:
Code:
apt-get update -y
apt-get upgrade
apt-get install squid3

Tapos edit ninyo ang squid config at palitan ang bloated na config.
Code:
nano /etc/squid3/squid.conf

Ito ang aking shorthand squid config. Palitan nyo lang ang xx.xx.xx.xx ng inyong server IP.

Code:
##############################################################################################
#Darkside101 - Shorthand Squid Configuration  | Working on Viber Payload using OpenVPN config.
##############################################################################################

acl ip_dst dst xx.xx.xx.xx
acl ip_src  src xx.xx.xx.xx
http_access allow ipd_st
http_access allow ipd_src

http_port 0.0.0.0:3128
http_port 0.0.0.0:8080
http_port 0.0.0.0:8081

http_access deny all

Ito naman ilagay ninyo sa .ovpn config.

Code:
http-proxy-retry
http-proxy-timeout 5
http-proxy xx.xx.xx.xx 8080
http-proxy-option CUSTOM-HEADER ""
http-proxy-option CUSTOM-HEADER "POST https://viber.com HTTP/1.0"
 
Last edited:
Status
Not open for further replies.

Similar threads

Back
Top