Check Tor IP node
The Check Tor IP node checks whether a given IP address belongs to the Tor network.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
- Check Tor IP: Define the IP address to check against the Tor network.
Default output node
- True: The IP address belongs to the Tor network
- False: The IP address does not belong to the Tor network
- Failure
JSON metadata
{
"name": "check_tor_ip",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "CheckTorIp",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Check Tor IP"
}, {
"lang": "it",
"value": "Check Tor IP"
}
],
"index": 28,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "True",
"level": "success"
}, {
"name": "False",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}