need help to setup my elite proxy

zx123

Senior Member
Joined
Feb 26, 2009
Messages
1,184
Reaction score
887
I always used squid on all my VPS to create some private proxies, but when I try to check the ip in sites like this:
Code:
http://proxy-list.org/en/show-my-ip.php
it show

Proxy's IP: xxx.xxx.xxx.xxx [Anonymouse proxy]

How can I create an elite proxy?? I need another proxy software or squid is good but need some adjustment the conf???
 
I always used squid on all my VPS to create some private proxies, but when I try to check the ip in sites like this:
Code:
http://proxy-list.org/en/show-my-ip.php
it show

Proxy's IP: xxx.xxx.xxx.xxx [Anonymouse proxy]

How can I create an elite proxy?? I need another proxy software or squid is good but need some adjustment the conf???

Squid is the best in terms of caching and features. No need to change software if you are happy with an SSL enabled HTTP private proxy. Im using my own privately coded SOCKS5 software and sometimes squid for testing purposes. You just need some adjustment to the conf. It's leaking proxy headers. Try these settings with Squid 3.1.x and let me know.
request_header_access Proxy-Connection deny all
request_header_access X-Forwarded-For deny all
request_header_access Connection deny all
request_header_access Via deny all
request_header_access Cache-Control deny all
If memory servers me right, the format is 'header_access xxx' for older squids.
 
Last edited:
thanks, now all good!
+rep
 
Back
Top