Using arti to Connect to TOR Network and query WHOIS information in Rust

1 · özkan pakdil · Jan. 14, 2023, 11:42 a.m.
This code is a web application that allows querying WHOIS information over the TOR network. It uses the arti library to create and manage the tor connection and tor-rtcompat to define the runtime for the tor connection. The arti library provides a simple way to connect to the TOR network and make requests through it. It also allows to define the behavior of the tor connection, like in this case OnDemand, which only establishes the connection when it is needed. By routing WHOIS queries through th...