mirror of
https://github.com/adionditsak/blacklist-check-unix-linux-utility.git
synced 2026-04-25 05:05:50 +03:00
[GH-ISSUE #10] How to check a list of IPs against the blacklist? #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/blacklist-check-unix-linux-utility#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SunnyVirk007 on GitHub (Aug 26, 2022).
Original GitHub issue: https://github.com/adionditsak/blacklist-check-unix-linux-utility/issues/10
How to check a list of IPs against the blacklist?
PS: Sorry, I know it's not an issue but a query, I didn't know where else to place this.
@adionditsak commented on GitHub (Oct 30, 2022):
Not really relevant for this repository, but you can do it in many ways in the shell, with a simple one below.
Let's say you have a file called
ips.txtwith a list of IPs.This would run the command with the input from each line which would be the IP.
Closing this issue.