LOADING RULES ON DEMAND
-------------------------

The "/firewall/features" directory allows the Firewall to dynamically load
special Firewall Rules.

Upon reloading the Firewall configuration, the "firewall/features" directory
is scanned for "*.cnf" files, which are then loaded one by one.

Rules found in the "features" folder are inserted at the end of the regular
rules -- i.e. after the rules specified in "firewall/firerule.cnf".

For automated copying and activation of rule-files, you can use the
following syntax:

sync -on:<filename>

   Copies the file /firewall/samples/<filename>.cnf to
   /firewall/features/<filename>.cnf and then reloads the Firewall
   configuration

sync.exe -off:<filename> 

   Deletes /firewall/features/<filename>.cnf and reloads the Firewall
   configuration.

If there are errors in the *.cnf rule files, the Firewall ignores them,
leaving only working rules without syntax errors.
