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.
- Host: GitHub
- URL: https://github.com/wybiral/torgo
- Owner: wybiral
- License: gpl-3.0
- Created: 2018-04-13T22:48:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T22:34:27.000Z (over 5 years ago)
- Last Synced: 2024-06-18T18:47:39.935Z (over 1 year ago)
- Topics: golang, golang-library, hidden-service, onion, stem, tor
- Language: Go
- Homepage: https://godoc.org/github.com/wybiral/torgo
- Size: 41 KB
- Stars: 39
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# torgo [](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)