开发者

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

开发者 https://www.devze.com 2023-03-20 06:03 出处:网络
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. :/

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

精彩评论

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