Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmcloughlin/pearl
Tor relay implementation in Golang
https://github.com/mmcloughlin/pearl
golang openssl tor
Last synced: 16 days ago
JSON representation
Tor relay implementation in Golang
- Host: GitHub
- URL: https://github.com/mmcloughlin/pearl
- Owner: mmcloughlin
- License: mit
- Created: 2016-12-04T18:19:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:33:35.000Z (over 3 years ago)
- Last Synced: 2024-10-14T20:47:28.320Z (30 days ago)
- Topics: golang, openssl, tor
- Language: Go
- Homepage: https://godoc.org/github.com/mmcloughlin/pearl
- Size: 3.35 MB
- Stars: 74
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pearl
Tor relay implementation in Golang.
> Note this is a work in progress. Implements minimal subset of the Tor protocol to act as a relay (non exit node).
[![go.dev Reference](https://img.shields.io/badge/doc-reference-007d9b?logo=go&style=flat-square)](https://pkg.go.dev/github.com/mmcloughlin/pearl)
[![Build status](https://img.shields.io/travis/mmcloughlin/pearl.svg?style=flat-square)](https://travis-ci.org/mmcloughlin/pearl)
[![Coverage](https://img.shields.io/coveralls/mmcloughlin/pearl.svg?style=flat-square)](https://coveralls.io/r/mmcloughlin/pearl)
[![Go Report Card](https://goreportcard.com/badge/github.com/mmcloughlin/pearl?style=flat-square)](https://goreportcard.com/report/github.com/mmcloughlin/pearl)