-
Notifications
You must be signed in to change notification settings - Fork 2
inno/dnslistquery
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An event-based scriptable tool designed to (initially) check if an IP is on a blacklist.
While the current list is rather large, feel free to use your own.
Using dl_query.pl in a script:
#!/bin/bash
./dl_query.pl $(hostname -i) > /dev/null
if [ $? != 0 ]; then
echo "We have a problem!"
fi
Using dl_query.pl manually:
./dl_query.pl 74.125.113.27 | grep -v '^ok'
About
Generalized mechanism to query for IPs that may be blacklisted, whitelisted, etc..
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published