La política que controla la IP de WebRTC

Esta política permite restringir las direcciones IP y las interfaces que utiliza WebRTC al momento de intentar encontrar la mejor conexión disponible. Consulta el RFC 8828, sección 5.2 (https://tools.ietf.org/html/rfc8828.html#section-5.2). Si no estableces la política, de forma predeterminada se utilizarán todas las interfaces disponibles.

Valor de ejemplo: default

Supported on: Microsoft Windows 7 o versiones posteriores

La política que controla la IP de WebRTC


  1. WebRTC utilizará todas las interfaces disponibles al momento de buscar la mejor ruta.
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameWebRtcIPHandling
    Value TypeREG_SZ
    Valuedefault
  2. WebRTC solo utilizará la interfaz mediante una conexión pública, pero puede conectarse mediante direcciones IP privadas.
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameWebRtcIPHandling
    Value TypeREG_SZ
    Valuedefault_public_and_private_interfaces
  3. WebRTC solo utilizará la interfaz mediante una conexión pública, pero no se conectará mediante direcciones IP privadas.
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameWebRtcIPHandling
    Value TypeREG_SZ
    Valuedefault_public_interface_only
  4. WebRTC utilizará TCP en la interfaz disponible al usuario y solo utilizará UDP si lo admite un proxy configurado.
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameWebRtcIPHandling
    Value TypeREG_SZ
    Valuedisable_non_proxied_udp


chrome.admx

Administrative Templates (Computers)

Administrative Templates (Users)