1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Automatically make a table of contents (TOC) (#1778)

This commit is contained in:
Jeffrey Cafferata
2022-10-28 17:27:06 +02:00
committed by GitHub
parent b3e684326a
commit fd42485d7d
11 changed files with 82 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ parameters:
- name
- target
- modifiers...
provider: AKAMAIEDGEDNS
---
AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://blogs.akamai.com/2019/08/fast-dns-zone-apex-mapping-dnssec.html).

View File

@@ -5,6 +5,7 @@ parameters:
- type
- target
- modifiers ...
provider: AZURE_DNS
---
AZURE_ALIAS is a Azure specific virtual record type that points a record at either another record or an Azure entity.

View File

@@ -3,6 +3,7 @@ name: CF_REDIRECT
parameters:
- destination
- modifiers...
provider: CLOUDFLAREAPI
---
`CF_REDIRECT` uses Cloudflare-specific features ("Forwarding URL" Page Rules) to

View File

@@ -3,6 +3,7 @@ name: CF_TEMP_REDIRECT
parameters:
- destination
- modifiers...
provider: CLOUDFLAREAPI
---
`CF_TEMP_REDIRECT` uses Cloudflare-specific features ("Forwarding URL" Page

View File

@@ -3,6 +3,7 @@ name: CF_WORKER_ROUTE
parameters:
- pattern
- script
provider: CLOUDFLAREAPI
---
`CF_WORKER_ROUTE` uses the [Cloudflare Workers](https://developers.cloudflare.com/workers/)

View File

@@ -4,6 +4,7 @@ parameters:
- name
- target
- ZONE_ID modifier
provider: ROUTE53
---
R53_ALIAS is a Route53 specific virtual record type that points a record at either another record or an AWS entity (like a Cloudfront distribution, an ELB, etc...). It is analogous to a CNAME, but is usually resolved at request-time and served as an A record. Unlike CNAMEs, ALIAS records can be used at the zone apex (`@`)

View File

@@ -1,6 +1,5 @@
---
layout: default
title: DMARC Builder
name: DMARC_BUILDER
---
# DMARC Builder

View File

@@ -2,6 +2,7 @@
name: R53_ZONE
parameters:
- zone_id
provider: ROUTE53
---
R53_ZONE lets you specify the AWS Zone ID for an entire domain (D()) or a specific R53_ALIAS() record.