diff options
Diffstat (limited to 'config/unbound/unbound_advanced.xml')
-rw-r--r-- | config/unbound/unbound_advanced.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/unbound/unbound_advanced.xml b/config/unbound/unbound_advanced.xml index b24b18ba..03ba8157 100644 --- a/config/unbound/unbound_advanced.xml +++ b/config/unbound/unbound_advanced.xml @@ -302,6 +302,14 @@ </options> <advancedfield/> </field> + <field> + <fielddescr>Custom Options</fielddescr> + <fieldname>custom_options</fieldname> + <description>You can put your own custom options here, separated by semi-colons (;). These configurations options will then be added to the configuration file. <br/> <b>Note:</b> They need to be Unbound native configuration options, otherwise Unbound will <b>not</b> work.</description> + <type>textarea</type> + <cols>65</cols> + <rows>5</rows> + </field> </fields> <custom_add_php_command> </custom_add_php_command> |