Skip to content

Commit 5b4ff21

Browse files
committed
Improve Windows wording
1 parent b5b7657 commit 5b4ff21

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/agentless

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/agentless/pac-files.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Using your proxy endpoint's domain, you can get the IP addresses assigned to the
270270
<TabItem label="Windows">
271271

272272
1. Open a PowerShell terminal.
273-
2. Run `Resolve-DnsName` on your proxy endpoint's `A` records to get its IPv4 addresses. For example:
273+
2. Run `Resolve-DnsName` on your proxy endpoint's `A` records. Your proxy endpoint's IPv4 addresses will appear under `IPAddress`. For example:
274274

275275
```powershell
276276
Resolve-DnsName -Name example.cloudflare-gateway.com -Type A
@@ -283,7 +283,7 @@ Using your proxy endpoint's domain, you can get the IP addresses assigned to the
283283
example.cloudflare-gateway.com A 300 Answer 162.159.36.20
284284
```
285285

286-
3. Run `Resolve-DnsName` on your proxy endpoint's `AAAA` records to get its IPv6 addresses. For example:
286+
3. Run `Resolve-DnsName` on your proxy endpoint's `AAAA` records. Your proxy endpoint's IPv6 addresses will appear under `IPAddress`. For example:
287287

288288
```powershell
289289
Resolve-DnsName -Name example.cloudflare-gateway.com -Type AAAA

0 commit comments

Comments
 (0)