From 453732ff5f2a69e69177a00840f1a1fd1f918564 Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Tue, 18 Dec 2018 13:51:55 -0600 Subject: [PATCH] Add Bine Added Bine to controller interfaces. Put at top to keep alphabetical order but can change if necessary. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dcefd5..720fc16 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ # Tor controller interfaces +- [Bine](https://github.com/cretz/bine) - Go library for accessing and embedding Tor clients and servers - [PHP TorControl](https://github.com/dunglas/php-torcontrol) - PHP library to control a Tor server. - [Stem](https://www.torproject.org/getinvolved/volunteer.html.en#project-stem) - TorProject's official Python controller library for scripts and controller applications using Tor. - [tor.rb](https://github.com/dryruby/tor.rb) - Ruby library for interacting with the Tor anonymity network.