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.
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.
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.
9 people are following this question.
Insert a node as child ,before or after a node in nested dynamic JSON Node using C#
Visual Studio 2019: Undefined behavior in a C++/CLI wrapper project.
Example for how to get Package Metadata from Azure DevOps Rest-Api Artifacts using c#
How to collapse individual nested grids/stackpanels inside a grid?