Skip to content

Add a parameter to limit the number of domains against which a given domain is checked #14

@fhightower

Description

@fhightower

Add functionality to, for example, check example.com against only the first half of a one million domain list.

Something like:

domain_in_million("example.com", 500000)

def domain_in_million(self, domain, whitelist_length=1000000):
    ...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions