Host my own Private Proxy?

Status
Not open for further replies.

Essential Clix

Supreme Member
Joined
Jul 30, 2007
Messages
1,407
Reaction score
3,165
Does anyone know of a script that will allow me to use a domain of mine as a private proxy? Is that even possible? I've seen plenty of proxy scripts floating around, but those all aim to be public proxies with the goal of earning money w/adsense. I'm looking for something that only I can use ;) Socks4 or Socks5 preferably.

Thanks.
 
Do you have a dedicated server or are you on shared hosting?

If you have a dedicated server, check out:
Code:
hxxp://ss5.sourceforge.net/
 
if its for private use & you have a dedi server- why not go for a VPN tunnel - far more secure.

if it has to be a proxy, you could just use a public proxy script, put it in a folder, and put http authentication on the folder with an .htaccess file ?
 
If you are on shared server, you can only run cgi or php based proxy scripts, then password protect it or limit access from your own IP.

To limit acess to your IP, put following in .htaccess

allow from YOUR_IP_HERE
deny from all
 
Buy cheap vps $9.95 w3*mxhub*com and you can make ssh tunnel to work like socks5 or i think you can install squid.
 
check this out http://www.vo1dmain.info/how-to-configure-private-proxy-on-vps

i use it
 
Yeah, I don't think it's going to work for what I had in mind. Looks like I'll have to use dedicated hosting for this. Thanks for all your help guys.

Closed.
 
Status
Not open for further replies.
Back
Top