开发者

How to change your computer's IP? (using proxies)

I want to change a computer's IP (the kind of IP ipchicken.com or whatismyipadress.com shows you). I don't know how to go about this. :/ Anyway, how would I do this? I've tried this:

      WebProxy myProxy = new WebProxy("http开发者_如何学JAVA://69.136.69.228:27977/", true);
                 myProxy.Credentials = CredentialCache.DefaultNetworkCredentials;
                 req.Proxy = myProxy;

Thanks for all your help in advance.


The external IP is set by your provider - you can't change it on your computer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜