Domain Detective

API Reference

Class

DnsblConfiguration

Namespace DomainDetective
Assembly DomainDetective

Configuration for DNS block list providers.

Inheritance

  • Object
  • DnsblConfiguration

Remarks

The configuration is typically loaded from JSON and defines which lists are consulted when performing blacklist checks.

Constructors

public DnsblConfiguration() #

Properties

public List<DnsblEntry> Providers { get; set; } #

Gets or sets the list of DNSBL providers.

public List<DnsblEntry> DomainBlockLists { get; set; } #

Gets or sets domain based block lists.

public List<BlockListEntry> IpBlockLists { get; set; } #

Gets or sets IP based block lists.

{{ include "footer" }}