Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fhightower opened this issue Apr 24, 2017 · 0 comments

Comments

@fhightower
Copy link
Owner

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):
    ...
@fhightower fhightower self-assigned this Apr 24, 2017
@fhightower fhightower removed their assignment Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant