Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/byoip/address-maps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Both IPv4 and IPv6 addresses are supported.

For zones using [Cloudflare's authoritative DNS](/dns/), Cloudflare typically responds to DNS queries for proxied hostnames with [anycast IPs](/fundamentals/concepts/cloudflare-ip-addresses/). However, if you [customize the IPs Cloudflare uses](/fundamentals/concepts/cloudflare-ip-addresses/#customize-cloudflare-ip-addresses) and use Address Maps, Cloudflare will respond with the IP address(es) on the address map.

Address maps do not change [how Cloudflare reaches the configured origin](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy). The IP addresses defined on the **DNS** > **Records** under your zone continue to instruct Cloudflare how to reach the origin.
Address maps do not change [how Cloudflare reaches the configured origin](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy). The IP addresses defined on your zone's [DNS Records](https://dash.cloudflare.com/?to=/:account/:zone/dns/records) continue to instruct Cloudflare how to reach the origin.

:::caution
Depending on whether you use static IPs or BYOIP, the process to [create an address map](/byoip/address-maps/setup/) is different.
Expand Down
14 changes: 8 additions & 6 deletions src/content/docs/byoip/service-bindings/cdn-and-spectrum.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ As you create the necessary DNS records, [Total TLS](/ssl/edge-certificates/addi

To create a DNS record in the dashboard:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account and domain.
2. Go to **DNS** > **Records**.
3. Select **Add record**.
4. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
5. Complete the required fields, setting the **Proxy status** to **proxied**.
6. Select **Save**.
1. In the Cloudflare dashboard, go to the **DNS Records** page.

<DashButton url="/?to=/:account/:zone/dns/records" />

2. Select **Add record**.
3. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
4. Complete the required fields, setting the **Proxy status** to **proxied**.
5. Select **Save**.

</TabItem>
<TabItem label="API" no-code="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,14 @@ Make sure you have the correct Key/Token and permissions.

To create a DNS record in the dashboard:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account and domain.
2. Go to **DNS** > **Records**.
3. Select **Add record**.
4. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
5. Complete the required fields, setting the **Proxy status** to **proxied**.
6. Select **Save**.
1. In the Cloudflare dashboard, go to the **DNS Records** page.

<DashButton url="/?to=/:account/:zone/dns/records" />

2. Select **Add record**.
3. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
4. Complete the required fields, setting the **Proxy status** to **proxied**.
5. Select **Save**.

</TabItem>
<TabItem label="API" no-code="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:
text: Deprecated
---

import { FeatureTable, Render, TabItem, Tabs } from "~/components";
import { FeatureTable, Render, TabItem, Tabs, DashButton } from "~/components";

The SSL/TLS Recommender helps you choose which [Encryption mode](/ssl/origin-configuration/ssl-modes/) is best for your application.

Expand All @@ -33,9 +33,11 @@ Then, you can enable the SSL/TLS recommender.

To enable SSL/TLS recommendations in the dashboard:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and application.
2. Go to **SSL/TLS**.
3. For **SSL/TLS Recommender**, switch the toggle to **On**.
1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page.

<DashButton url="/?to=/:account/:zone/ssl-tls" />

2. For **SSL/TLS Recommender**, switch the toggle to **On**.

</TabItem> <TabItem label="API">

Expand Down
10 changes: 7 additions & 3 deletions src/content/partials/ssl/change-encryption-mode-dash.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@

---

import { DashButton } from "~/components";

To change your encryption mode in the dashboard:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
2. Go to **SSL/TLS**.
3. Choose an encryption mode.
1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page.

<DashButton url="/?to=/:account/:zone/ssl-tls" />

2. Choose an encryption mode.
Loading