Skip to content

A Docker image of an implementation of Tor in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bunkerlab-net/docker-arti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Arti

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

Latest Built Tag Arti Tag

Usage

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

Verify it's working

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

Tips

Don't tip me, please tip the Tor Project

About

A Docker image of an implementation of Tor in Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages