From 0a2198f754a452c33428934eea03d3fe1907be87 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 5 Nov 2024 22:29:54 +0900 Subject: [PATCH] Update docs/configuring-dns.md and docs/prerequisites.md: add the common horizontal line Signed-off-by: Suguru Hirahara --- docs/configuring-dns.md | 3 ++- docs/prerequisites.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuring-dns.md b/docs/configuring-dns.md index 00c62fab9..57f8ab366 100644 --- a/docs/configuring-dns.md +++ b/docs/configuring-dns.md @@ -97,5 +97,6 @@ This is an optional feature for the optionally-installed [ma1sd service](configu To make the [postmoogle](configuring-playbook-bridge-postmoogle.md) email bridge enable its email sending features, you need to configure SPF (TXT), DMARC (TXT), DKIM (TXT) and MX records ---- +--------------------------------------------- + When you're done with the DNS configuration and ready to proceed, continue with [Getting the playbook](getting-the-playbook.md). diff --git a/docs/prerequisites.md b/docs/prerequisites.md index 3fc3afbce..51bc5b2f0 100644 --- a/docs/prerequisites.md +++ b/docs/prerequisites.md @@ -46,4 +46,6 @@ To install Matrix services using this Ansible playbook, you need: - the range `49152-49172/udp`: TURN over UDP - potentially some other ports, depending on the additional (non-default) services that you enable in the **configuring the playbook** step (later on). Consult each service's documentation page in `docs/` for that. +--------------------------------------------- + When ready to proceed, continue with [Configuring DNS](configuring-dns.md).