Skip to content

Commit ede365d

Browse files
committed
change IPv4 address
1 parent 432c73a commit ede365d

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ To make your RDP targets (that is, your Windows machines) available through the
4141
For example, if want users to connect to targets on `rdp.example.com`, [create a DNS record](/dns/manage-dns-records/how-to/create-dns-records/#create-dns-records) for `rdp.example.com`. You can create either an `A`, `AAAA`, or `CNAME` record:
4242

4343
<Details header="A record" open={false}>
44-
The following DNS record points your public subdomain (`rdp`) to the default IPv4 address range:
44+
The following DNS record points your public subdomain (`rdp`) to an IPv4 address in the [Class E address space](https://datatracker.ietf.org/doc/html/rfc5735).
4545

4646
- **Type**: _A_
4747
- **Name**: `rdp`
48-
- **IPv4 address**: `0.0.0.0`
48+
- **IPv4 address**: `240.0.0.0`
4949
- **Proxy status**: On
5050

5151
</Details>

0 commit comments

Comments
 (0)