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

Filter out Cloudflare error pages + performance improvement #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 1, 2021

  1. Add filter strings functionality

    Adds a new filterStrings argument to isListening
    which will cause the function to read the first
    512 bytes from responses and check for any of
    the given strings and return false if present.
    This is implemented in order to support a new
    -filter-cf-errors cli flag which will filter out
    error pages from Cloudflare as they are common
    false-positives.
    Michael Henriksen committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    5e69837 View commit details
    Browse the repository at this point in the history
  2. Skip unresolvable domains

    Performs a DNS lookup on incoming domains so that
    channels are not filled with jobs to check dead
    domains.
    Michael Henriksen committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    221d080 View commit details
    Browse the repository at this point in the history