@scolastico-dev/open-altcha
    Preparing search index...

    Class SpamhausConfigService

    Index

    Properties

    cacheTtl: number = ...

    Cache TTL for IP check results in seconds. Caching reduces DNS lookups and improves performance.

    SPAMHAUS_CACHE_TTL

    3600
    
    SPAMHAUS_CACHE_TTL=3600
    
    enabled: boolean = ...

    Whether Spamhaus DNSBL checking is enabled globally.

    SPAMHAUS_ENABLED

    false
    
    SPAMHAUS_ENABLED=true
    
    strengthIncrease: number = ...

    Strength increase when IP is found in Spamhaus.

    SPAMHAUS_STRENGTH_INCREASE

    50
    
    SPAMHAUS_STRENGTH_INCREASE=50
    
    timeoutMs: number = ...

    DNS lookup timeout in milliseconds.

    SPAMHAUS_TIMEOUT_MS

    3000
    
    SPAMHAUS_TIMEOUT_MS=3000