Skip to content
Merged
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
13 changes: 7 additions & 6 deletions tutorials/powerdns-ubuntu-bionic/index.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
meta:
title: Installing PowerDNS on Ubuntu Jammy Jellyfish (22.04 LTS)
description: This page shows you how to install a PowerDNS server on Ubuntu Linux with a MariaDB backend
content:
content:
h1: Installing PowerDNS on Ubuntu Jammy Jellyfish (22.04 LTS)
paragraph: This page shows you how to install a PowerDNS server on Ubuntu Linux with a MariaDB backend
tags: dns ubuntu PowerDNS server MariaDB
categories:
tags: dns ubuntu PowerDNS server MariaDB
categories:
- Instances
dates:
validation: 2024-10-15
posted: 2020-09-10
dates:
validation: 2024-10-15
posted: 2020-09-10
---

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.
Expand Down