TOR Support
Status: Beta
Brought to you by:
while1dan
TOR is an anonymous redirection and encryption service that, among other things allows users to run anonymous servers. If someone sets up a Socknet provider or service on a TOR server, accessing it should be easy if an admin sets up a TOR proxy.
We need to add support for sending Socknet requests that are intended for the .onion top-level domain through a proxy. This just means checking the domain, and setting a proxy on the LWP::UserAgent object for the interim of the call.