From 7e4452347fa2b492700fa37d404e51d7e8aea008 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 20 Nov 2021 00:46:24 +0100 Subject: [PATCH] README.md: add reverse proxy as optional requirement --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3326e99..3170985 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Requirements - an authoritive DNS server responsible for the records to be dynamically updated which is capable of RFC2136 (e.g. knot, bind) - `knsupdate` needs to be installed for sending DNS update requests + - a reverse-proxy for https (e.g. nginx), this is optional and `dyndns-server` + can also directly operate at port 80 which is discouraged as otherwise + secrets will be transmitted unencrypted Configuration -------------