An open API service indexing awesome lists of open source software.

https://github.com/wybiral/torgo

A Golang library for Tor.
https://github.com/wybiral/torgo

golang golang-library hidden-service onion stem tor

Last synced: about 2 months ago
JSON representation

A Golang library for Tor.

Awesome Lists containing this project

README

          

# torgo [![GoDoc](https://godoc.org/github.com/wybiral/torgo?status.svg)](https://godoc.org/github.com/wybiral/torgo)
This is a Go library for interacting with Tor over the standard controller interface. It simplifies tasks like creating ephemeral hidden services, working with private keys, and making SOCKS proxied client requests on the Tor network.

# Examples
* [/examples/hello-world](https://github.com/wybiral/torgo/blob/master/examples/hello-world)
* [godoc examples](https://godoc.org/github.com/wybiral/torgo#pkg-examples)