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

https://github.com/bunkerlab-net/docker-arti

A Docker image of an implementation of Tor in Rust
https://github.com/bunkerlab-net/docker-arti

arti rust tor torproject

Last synced: 10 months ago
JSON representation

A Docker image of an implementation of Tor in Rust

Awesome Lists containing this project

README

          

# Docker Arti

A Docker image of Arti: an implementation of Tor in Rust

[![Latest Built Tag](https://img.shields.io/github/v/tag/bunkerlab-net/docker-arti?label=Latest%20Built%20Tag)](https://ghcr.io/bunkerlab-net/arti)
[![Arti Tag](https://img.shields.io/gitlab/v/tag/tpo%2Fcore%2Farti?gitlab_url=https%3A%2F%2Fgitlab.torproject.org&label=Latest%20Arti%20Tag)](https://gitlab.torproject.org/tpo/core/arti/-/tags)

## Usage

```bash
docker run -d \
--name=arti \
--restart=unless-stopped \
-p 9150:9150 \
ghcr.io/bunkerlab-net/arti \
proxy
```

### Verify it's working

```bash
curl \
--socks5 localhost:9150 \
--socks5-hostname localhost:9150 \
https://check.torproject.org/api/ip
```

## Tips

Don't tip me, please tip the [Tor Project](https://donate.torproject.org)