IsTorExit
IsTorExit copied to clipboard
Check if an IP is a Tor exit node
running on an IPV6 IP the result is always false ``` $ istorexit 2a0b:f4c2:1::175 2a0b:f4c2:1::175 false ``` although you can see here that this is an exit node: https://metrics.torproject.org/rs.html#details/F03267E78461E198C7A8D3E825146895B19BFD1A
I'd like to bundle this library with esbuild, but that is not possible ``` Error: Build failed with 1 error: ../node_modules/istorexit/main.js:2:1: ERROR: Syntax error "!" at failureErrorWithLog (/home/runner/work/authier/authier/node_modules/esbuild/lib/main.js:1636:15) at /home/runner/work/authier/authier/node_modules/esbuild/lib/main.js:1048:25...