MuLogin’s WebRTC function introduction and settings

  • The WebRTC protocol can bypass the proxy to get some local network card IP and real Internet public IP address, then we can use the replacement mode to let the website get the IP information we specify, or use the disabled mode to let the visited website We cannot get our IP address through the WebRTC protocol.
  • If you don't know what the public IP is, it is recommended to tick “Automatically detect IP”, then it will automatically detect your public IP when you start to launch the browser configuration files.
  • Intranet IP, only need to click “Random”, just make sure that the IP in each browser configuration file is not the same.
  • Let's look at other parameters: JS.Navigator is a set of Javascript objects, which stores various parameters and their values to describe the details of the computer being used. The browser can freely access all JS.Navigator object parameters. Because of their uniqueness, especially when the components are combined, the website can use these parameters to identify and track user fingerprints.
  • The website also analyzes the consistency of these settings, revealing changes in fingerprints. Such analysis may expose the use of browser fingerprint randomizers.
  • Real mode: WebRTC plugin will be turned on and will leak your real IP, It belongs to your local PC’s real environment.
  • Disabled mode A: WebRTC plugin will be turned off, and it will prevent the browser from taking the IP so that the WebRTC function can be used normally. (Such as Google Voice calling, google ads custom fonts, etc.)
  • Replacement mode: WebRTC plugin will be turned on and will falsely leak your proxy IP, but it can not detect that you are using a proxy to surf the Internet, so the website thinks that you are a local computer without worrying about the IP address of the computer being exposed and detected by the website. Open the “public network IP” and “Lan IP” settings at the same time, and check the “Automatically detect IP” of the public network IP (enhance the camouflage effect).
  • Disable mode B: Completely disable the WebRTC plug-in function.
  • Note: Under normal circumstances, select the replacement mode, eBay, Etsy users select disabled mode B.