Skip to content

abiko-search/tor2web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tor2web

Docker Image Size

An HTTP proxy that enables access to Tor Onion Services

Features

  • Blazing fast streaming HTML parser
  • Accurate link replacement
  • Compression support
  • Low footprint — less than 16 MiB Docker image
  • Simple and maintainable

Setup

docker run -d --name=tor2web \
              --cap-add=NET_ADMIN \
              -p 80:80 \
              -e TOR2WEB_HOST=abiko.me \
              -v $PWD:/etc/tor2web:ro \
              abikome/tor2web

License

Apache 2.0 © Danila Poyarkov