question

NPCFISH-9333 avatar image
0 Votes"
NPCFISH-9333 asked ajkuma-MSFT edited

How to change IP address only inside of app in C#

So I am making browser and I want to make users undetectable by changing IP but only in the app. So when user closes that browser, user will get he's/she's normal IP.

dotnet-csharp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

To change the ipaddress to external apps, you create a proxy server. This server must be between your isp’s router (which supplies the ipaddress to external sites) and the site the browser is connecting to.

So you want to create a cloud hosted proxy server. Typically you would also want a vpn to the proxy.

Note: unless you are using a static ipaddress assigned by isp, your local ipaddress are private and hidden behind nat translation. It’s the public ipaddress assigned to you by the isp what sites see.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.