PacMyIpAddressIPv6ProbeAddress

Set the IPv6 route-probe address for PAC scripts

Supported versions

  • Windows: ≥ 153
  • macOS: ≥ 153
  • Android: Not supported
  • iOS: Not supported

Description

This policy sets the IPv6 destination that Microsoft Edge uses to determine the local network address or addresses returned to PAC scripts by the myIpAddress() and myIpAddressEx() helper functions. The route probe sends no application data.

This policy applies only when Microsoft Edge uses its built-in proxy resolver to evaluate PAC scripts. It doesn't apply when a native or system resolver is used.

If you configure this policy, set it to a valid IPv6 address literal. Host names, malformed values, IPv4 addresses, loopback addresses, link-local addresses, and multicast addresses are rejected. IPv4-mapped IPv6 addresses and the unspecified address are also rejected. Private addresses are supported.

If you don't configure this policy or configure it with an empty string, Microsoft Edge uses its built-in default IPv6 destination. The built-in destination can change between versions.

A browser restart is required for changes to take effect.

Supported features

  • Can be mandatory: Yes
  • Can be recommended: No
  • Dynamic Policy Refresh: No - Requires browser restart
  • Per Profile: No
  • Applies to a profile that is signed in with a Microsoft account: Yes

Data type

  • String

Windows information and settings

Group Policy (ADMX) info

  • GP unique name: PacMyIpAddressIPv6ProbeAddress
  • GP name: Set the IPv6 route-probe address for PAC scripts
  • GP path (Mandatory): Administrative Templates/Microsoft Edge/Proxy server
  • GP path (Recommended): N/A
  • GP ADMX file name: MSEdge.admx

Example value

2001:db8::1

Registry settings

  • Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge
  • Path (Recommended): N/A
  • Value name: PacMyIpAddressIPv6ProbeAddress
  • Value type: REG_SZ

Example registry value

2001:db8::1

Mac information and settings

  • Preference Key name: PacMyIpAddressIPv6ProbeAddress
  • Example value:
<string>2001:db8::1</string>

See also