filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
397 stars 51 forks source link

Feature: Custom Localhost Name or Disable Rate Limiting #83

Open EmpireJones opened 2 years ago

EmpireJones commented 2 years ago

I'm running this script against a server on my local machine, but I'm using a domain name (e.g. http://example.dev), which is included in the URLs for the build.

I'd like to be able to run linkcheck without the rate limiting; however, that currently only works for localhost and 127.0.0.1.

Should we add the ability to use a custom "localhost" name, or disable the rate limiting? It seems like the current behavior is needlessly dragging its feet.

Thanks!