You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case -- to investigate specific range of IPs for adherence to robots.txt rules. Sure thing could craft some initial grep but would be nice(r) if I could just specify ip-range as an option.
--exclude-ip logic IMHO should follow the --include-ip logic, so we could exclude specific sub-ranges
could also be named --filter-ip but it might actually be confusing on whether it is filter out or "in".
Good point. While I agree that adding the --include-ip option would be useful, I’m trying to avoid adding more filter options to the command line. I’m hoping that many of these will be addressed directly through the search capabilities in #117.
My use case -- to investigate specific range of IPs for adherence to robots.txt rules. Sure thing could craft some initial
grep
but would be nice(r) if I could just specify ip-range as an option.--exclude-ip logic IMHO should follow the --include-ip logic, so we could exclude specific sub-ranges
could also be named
--filter-ip
but it might actually be confusing on whether it is filter out or "in".Relates to a potentially more generic
The text was updated successfully, but these errors were encountered: