import com.jtict.tor_exit_node_check.ExitNodeCheck;
// ...
// Check using the "Tor DNS-based Exit List" method
boolean isTorExitNode1 = ExitNodeCheck.isExitNodeInTorDnsExitList("162.247.72.201", "1.1.1.1", 80);
// Check using the Tor Project online list
boolean isTorExitNode2 = ExitNodeCheck.isExitNodeInOnlineList("162.247.72.201");
// Get a set of Tor Project exit nodes IP addresses
Set<String> ips = retrieveOnlineExitNodes();
-
Notifications
You must be signed in to change notification settings - Fork 0
devxzero/tor-exit-node-check-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Check whether an IP-address is a Tor exit node using Java
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published