diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b00e78255..cb404ff03 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -374,6 +374,13 @@ httemplate/docs/config.html }, { + 'key' => 'excludeaddr', + 'section' => 'deprecated', + 'description' => 'Addresses to exclude from assignment, one per line.', + 'type' => 'textarea', + }, + + { 'key' => 'erpcdmachines', 'section' => '', 'description' => 'Your ERPCD authenticaion machines, one per line. This enables export of `/usr/annex/acp_passwd\' and `/usr/annex/acp_dialup\'', |