[小技巧] 阻止webrtc ip泄露 - force proxy + dns/ip 泄露测试

date
Nov 5, 2024
slug
tip-webrtc-ip-force-proxy
status
Published
summary
小技巧
tags
tip
type
Post
URL

Problem & Summary

如何禁用 WebRTC

  • 在 Firefox 中禁用 WebRTC:
    • 在地址栏中键入,然后按回车 about:config
      media.peerconnection.enabled 在搜索栏中,键入并双击首选项,将其值设置为 false.
  • 在 Chrome 中禁用WebRTC:
    • 通过 WebRTC 限制 IP 泄露风险的建议解决方案是使用谷歌官方扩展,该扩展提供了一系列具有不同保护级别的选项。WebRTC Network Limiter
      notion image

Solution

webrtc泄露测试:https://www.browserscan.net/zh/webrtc https://browserleaks.com/webrtc

notion image
notion image

ip测试 https://ipcheck.ing/#/ https://ipleak.net/

dns leak测试 https://browserleaks.com/dns


© Ying Bun 2021 - 2024