From: Pieter Lexis Date: Mon, 12 Nov 2018 17:03:24 +0000 (+0100) Subject: ixfrdist: document the webserver settings X-Git-Tag: auth-4.2.0-alpha1~31^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5c3de9f5bcabee06e79fa2a9f03f40cdc535afe;p=thirdparty%2Fpdns.git ixfrdist: document the webserver settings --- diff --git a/docs/manpages/ixfrdist.yml.5.rst b/docs/manpages/ixfrdist.yml.5.rst index 3327c1e239..6ad3fd132f 100644 --- a/docs/manpages/ixfrdist.yml.5.rst +++ b/docs/manpages/ixfrdist.yml.5.rst @@ -99,6 +99,15 @@ Options :master: IP address of the server to transfer this domain from. Mandatory. +:webserver-address: + IP address to listen on for the built-in webserver. + When not set, no webserver is started. + +:webserver-acl: + A list of networks that are allowed to access the :program:`ixfrdist` webserver. + Entries without a netmask will be interpreted as a single address. + By default, this list is set to ``127.0.0.0/8`` and ``::1/128``. + See also --------