From 99c642b86e189b9e1b2c17462e09c3a7c2c9e00a Mon Sep 17 00:00:00 2001 From: Steve Oswald <30654895+SteveOswald@users.noreply.github.com> Date: Sun, 27 Nov 2022 12:26:33 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 39701b6..fdac59d 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ # kh-pdns-api +kh-pdns-api provides a PowerDNS compatible API for KeyHelp. + +# Usage +- Import the SQL file "sql-scheme.sql" into a MySQL database. +- Adjust the database access data and the base URI in the file "config.php". +- Enter the KeyHelp server in the "server" table. + - Enter the KeyHelp API key in the column "api_key". + - If the server should respond to the PowerDNS ID "localhost", a "True" must be set in the column "localhost". +- Enter the available domains in the "domain" table. +- Enter the PowerDNS API keys in the "user" table. +- Control the access of the users to the domains via the table "user_domain". + +# Legal +KeyHelp is a trademark of Keyweb AG +PowerDNS is a trademark of PowerDNS.COM BV