From 328d645838fcdd51d789c40af75032115dc086e3 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Mon, 27 Aug 2018 15:05:58 +0200 Subject: [PATCH] Fixed errors in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d444ce4..2bd9156 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # PDNS Manager -[PDNS Manager](https://pdnsmanager.lmitsystems.de) is a simple yet powerful free administration tool for the Powerdns authoritative nameserver. It supports master, native and slave zones. +[PDNS Manager](https://pdnsmanager.org) is a simple yet powerful free administration tool for the Powerdns authoritative nameserver. It supports master, native and slave zones. PNDS Manager was developed from scratch to achieve a user-friendly and pretty looking interface. PDNS Manager also features a powerful API to set records programatically. -This can be used e.g. for a dynamic DNS service, but also to obtain certificates from [Let's Encrypt](https://letsencrypt.org/ via the dns-01 challenge. +This can be used e.g. for a dynamic DNS service, but also to obtain certificates from [Let's Encrypt](https://letsencrypt.org/) via the dns-01 challenge. PDNS Managers Backend is written in PHP using [Slim Framework](https://www.slimframework.com/). The backend uses a MySQL/Maria DB database. The database is also used by Powerdns using the pdns-backend-mysql backend. The Frontend is based on [Angular](https://angular.io/) and [Bootstrap](https://getbootstrap.com/). @@ -16,4 +16,4 @@ PDNS Manager also features a plugin API to support different session caches or a You can find more information and documentation as well as contact information on [pdnsmanager.org](https://pdnsmanager.org). There are also some tutorials to get you quickly up and running. ## Contribute -If you are looking for a new feature or you found a bug, feel free to create a pull request or open a issue. \ No newline at end of file +If you are looking for a new feature or you found a bug, feel free to create a pull request or open a issue.