# the port that DansGuardian listens to.
{
    my $port = db_get_prop(\%dungog, 'dansguardian', 'port') || '8080';
    $OUT = "filterport = $port\n";
}

