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

Status
Not open for further replies.

darkside101

Forum Veteran
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"
 
Status
Not open for further replies.

About this Thread

  • 10
    Replies
  • 1K
    Views
  • 10
    Participants
Last reply from:
raniel164

Trending Topics

Online now

Members online
1,105
Guests online
1,526
Total visitors
2,631

Forum statistics

Threads
2,275,187
Posts
28,961,252
Members
1,232,649
Latest member
Shaami
Back
Top