PHC_Incognito
Elite
I do not own this.. Galing po to sa kabilang forum kaya paki credit na lang kay boss rh4d, if bawal po sorry need ko lang mag post ng makabuluhan kesa madalas nag popost ng click bait.. at least ito may kwenta..
How to Create Elite proxy server from your Droplets/VPS
Madali lang po to basta sundan nyo lang.
Requirements:
VPS
SSH juice for android
Putty for PC users
First, log in as root.
sudo su
Update and upgrade the vps.
apt-get update
apt-get upgrade
When everything has been updated and installed, we will now install squid .
apt-get -y install squid3
Then enable squid service
systemctl enable squid3.service
Next, we will give squid a basic configuration allowing certain squid ports to run.
nano /etc/squid3/squid.conf
Delete Content by Pressing Alt+Shift+T
Edit first then paste the code
Paste this code , take note that x.x.x.x is your vps ip address .You can also change port 8080 if you want or add another http_port line .
acl url1 url_regex -i 127.0.0.1
acl url2 url_regex -i localhost
acl url3 url_regex –i X.X.X.X
acl payload url_regex -i "/etc/squid/payload.txt"
http_access allow url1
http_access allow url2
http_access allow url3
http_access allow payload
http_access allow all
http_port 8080
forwarded_for off
via off
request_header_access Allow allow all
request_header_access Authorization allow all
request_header_access WWW-Authenticate allow all
request_header_access Proxy-Authorization allow all
request_header_access Proxy-Authenticate allow all
request_header_access Cache-Control allow all
request_header_access Content-Encoding allow all
request_header_access Content-Length allow all
request_header_access Content-Type allow all
request_header_access Date allow all
request_header_access Expires allow all
request_header_access Host allow all
request_header_access If-Modified-Since allow all
request_header_access Last-Modified allow all
request_header_access Location allow all
request_header_access Pragma allow all
request_header_access Accept allow all
request_header_access Accept-Charset allow all
request_header_access Accept-Encoding allow all
request_header_access Accept-Language allow all
request_header_access Content-Language allow all
request_header_access Mime-Version allow all
request_header_access Retry-After allow all
request_header_access Title allow all
request_header_access Connection allow all
request_header_access Proxy-Connection allow all
request_header_access User-Agent allow all
request_header_access Cookie allow all
request_header_access All deny all
Save and Close Nano Editor, Ctrl+X, Press Y, Hit Enter
Restart and Check SSHD Status
sudo service sshd restart
sudo service sshd status
Restart and Check Squid3 Status
sudo service squid3 restart
sudo service squid3 status
If you see all running , congratulations you have now a working elite proxy server
Now, check your proxy sa You do not have permission to view the full content of this post. Log in or register now.
How to Create Elite proxy server from your Droplets/VPS
Madali lang po to basta sundan nyo lang.
Requirements:
VPS
SSH juice for android
Putty for PC users
First, log in as root.
sudo su
Update and upgrade the vps.
apt-get update
apt-get upgrade
When everything has been updated and installed, we will now install squid .
apt-get -y install squid3
Then enable squid service
systemctl enable squid3.service
Next, we will give squid a basic configuration allowing certain squid ports to run.
nano /etc/squid3/squid.conf
Delete Content by Pressing Alt+Shift+T
Edit first then paste the code
Paste this code , take note that x.x.x.x is your vps ip address .You can also change port 8080 if you want or add another http_port line .
acl url1 url_regex -i 127.0.0.1
acl url2 url_regex -i localhost
acl url3 url_regex –i X.X.X.X
acl payload url_regex -i "/etc/squid/payload.txt"
http_access allow url1
http_access allow url2
http_access allow url3
http_access allow payload
http_access allow all
http_port 8080
forwarded_for off
via off
request_header_access Allow allow all
request_header_access Authorization allow all
request_header_access WWW-Authenticate allow all
request_header_access Proxy-Authorization allow all
request_header_access Proxy-Authenticate allow all
request_header_access Cache-Control allow all
request_header_access Content-Encoding allow all
request_header_access Content-Length allow all
request_header_access Content-Type allow all
request_header_access Date allow all
request_header_access Expires allow all
request_header_access Host allow all
request_header_access If-Modified-Since allow all
request_header_access Last-Modified allow all
request_header_access Location allow all
request_header_access Pragma allow all
request_header_access Accept allow all
request_header_access Accept-Charset allow all
request_header_access Accept-Encoding allow all
request_header_access Accept-Language allow all
request_header_access Content-Language allow all
request_header_access Mime-Version allow all
request_header_access Retry-After allow all
request_header_access Title allow all
request_header_access Connection allow all
request_header_access Proxy-Connection allow all
request_header_access User-Agent allow all
request_header_access Cookie allow all
request_header_access All deny all
Save and Close Nano Editor, Ctrl+X, Press Y, Hit Enter
Restart and Check SSHD Status
sudo service sshd restart
sudo service sshd status
Restart and Check Squid3 Status
sudo service squid3 restart
sudo service squid3 status
If you see all running , congratulations you have now a working elite proxy server
Now, check your proxy sa You do not have permission to view the full content of this post. Log in or register now.
