From 599b87d5a0758b89370ee38bf6922f45a4811fe8 Mon Sep 17 00:00:00 2001 From: Nik Rozman Date: Mon, 24 Jul 2023 21:42:20 +0200 Subject: [PATCH] Initial commit --- LICENSE | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f5223a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# powerdns-proxy + +PowerDNS Proxy is a Python script that acts as a proxy between your PowerDNS server and external DNS providers, such as Hetzner and OVH. It allows you to automatically synchronize DNS records between your PowerDNS server and the supported external DNS providers. \ No newline at end of file