# DansGuardian config file for version 2.10.1.1

# **NOTE** as of version 2.7.5 most of the list files are now in dansguardianf1.conf
{
    use esmith::config;
    use esmith::db;
    our %conf;
    tie %conf, 'esmith::config';
    our %dungog;
    tie %dungog, 'esmith::config', '/home/e-smith/db/dungog';
}
