README.md: add reverse proxy as optional requirement
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Thomas Preisner 2021-11-20 00:46:24 +01:00
parent c21c47892e
commit 7e4452347f

View file

@ -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
-------------