From: Jorge Pereira Date: Sun, 26 Apr 2020 18:10:55 +0000 (-0300) Subject: Update proxy.conf with new 'directory' parameter X-Git-Tag: release_3_0_22~596 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8bf99341bc6e6ec4187fa852918b5ea2bd9fc84;p=thirdparty%2Ffreeradius-server.git Update proxy.conf with new 'directory' parameter --- diff --git a/raddb/proxy.conf b/raddb/proxy.conf index cbae48b8f98..0b75038e8c7 100644 --- a/raddb/proxy.conf +++ b/raddb/proxy.conf @@ -70,6 +70,20 @@ proxy server { # dynamic:: Whether or not we allow dynamic home servers. # # dynamic = true + + # + # This directory should contain nothing other than definitions for + # dynamic home servers. These definitions are simply normal `home_server` + # definitions: + # + # e.g: The content of ${raddbdir}/home_servers/example.com should be: + # + # home_server example.com { + # ... + # } + # +# directory = ${raddbdir}/home_servers + } #######################################################################