I just installed a game which requires a 'release date check', the problem is I access the internet via a proxy and the 'release date check' always fails. Is there any way to make a specific program connect to the internet via proxy? The Proxy add is localhost and port is 6050.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

yes, there are tools like Proxifier and WideCap which tunnel all your traffic through a http or socks proxy

link|improve this answer
feedback

The only way you could hack this is if the program uses a DNS host for the remote host and not an IP address (which is a good bet). You'd need to install a name server that resolved the host in question (or use a hosts file) and have the substitute host do the proxy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.