Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
# Get all supported blocklists.
my @blocklists = &IPblocklist::get_blocklists();
+# Get all configured custom groups.
+my @customgroups = &fwlib::get_custom_groups();
+
# Name or the RED interface.
my $RED_DEV = &General::get_red_interface();
# Register set loaders.
®ister_set_loader("Location::Functions::load_location", @locations);
®ister_set_loader("IPblocklist::Functions::load_blocklist", @blocklists);
+®ister_set_loader("load_customgrp", @customgroups);
# MAIN
&main();