Skip to content

Commit 33e6264

Browse files
fix(tutorials): wrong frontmatter format MTA-5520 (#4325)
1 parent 8bb6afe commit 33e6264

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tutorials/powerdns-ubuntu-bionic/index.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2+
meta:
23
title: Installing PowerDNS on Ubuntu Jammy Jellyfish (22.04 LTS)
34
description: This page shows you how to install a PowerDNS server on Ubuntu Linux with a MariaDB backend
4-
content:
5+
content:
56
h1: Installing PowerDNS on Ubuntu Jammy Jellyfish (22.04 LTS)
67
paragraph: This page shows you how to install a PowerDNS server on Ubuntu Linux with a MariaDB backend
7-
tags: dns ubuntu PowerDNS server MariaDB
8-
categories:
8+
tags: dns ubuntu PowerDNS server MariaDB
9+
categories:
910
- Instances
10-
dates:
11-
validation: 2024-10-15
12-
posted: 2020-09-10
11+
dates:
12+
validation: 2024-10-15
13+
posted: 2020-09-10
1314
---
1415

1516
The PowerDNS authoritative server is an open-source DNS server written in C++. An authoritative DNS server contains a database of public IP addresses and their associated domain names, serving the purpose of resolving those common names into machine-understandable IP addresses.

0 commit comments

Comments
 (0)