Skip to content

Commit fba56a6

Browse files
Create yaml and changelog.mdx for BYOIP
1 parent 2a5adcd commit fba56a6

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/content/changelogs/byoip.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
link: "/byoip/changelog/"
3+
productName: BYOIP
4+
productLink: "/byoip/"
5+
productArea: Core platform
6+
productAreaLink: /fundamentals/reference/changelog/performance/
7+
entries:
8+
- publish_date: "2024-07-02"
9+
title: Address Maps for BYOIP and Static IPs
10+
description: Address Maps is available via [API](/api/operations/ip-address-management-address-maps-list-address-maps) and via [dashboard](https://dash.cloudflare.com/?to=/:account/ip-addresses/proxy-ips). Address Maps allows customers with BYOIP prefixes or account-level Static IPs to specify which IP addresses should be mapped to DNS records when they are proxied through Cloudflare. Refer to the [documentation](/byoip/address-maps/) for details.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- byoip
6+
sidebar:
7+
order: 15
8+
---
9+
10+
import { ProductChangelog } from "~/components";
11+
12+
{/* <!-- Actual content lives in /src/content/changelogs/byoip.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
13+
14+
<ProductChangelog />

0 commit comments

Comments
 (0)