Tor /
Torsocks
Torsocks is a tool to force programs to connect to the internet through tor. It can be used to test if hopm is working:
Installation
$ doas pkg_add torsocks $ doas rcctl enable tor $ doas rcctl start tor
Connection
Replace irc.example.com
below with your actual server address.
$ torsocks nc irc.example.com 6667 nick newnick user newuser * * :realname :irc.example.com 001 nick5 :Welcome to the Internet Relay Network newnick!~newuser@192.168.0.1 ...