Skip to content

A proof-of concept locked-down browser that can only access the internet via Tor

License

Notifications You must be signed in to change notification settings

ahri/docker-private-browsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

This is a docker environment that you can build locally and be sure that all traffic from the browser goes through Tor.

I build it mostly for fun, to learn more about docker and iptables, inspired by this wish on reddit.

Why?

Presumably because you're paranoid.

How?

  1. Install Docker and Docker Compose
  2. git clone https://github.com/ahri/docker-private-browsing.git && cd docker-private-browsing
  3. docker-compose build && docker-compose run browser

If your (host) uid/gid don't match 1000/1000 then you'll need to run with: docker-compose run browser `id -u` `id -g`

Notes

Firefox, Tor, IPTables and the Firefox extensions uBlock Origin and HTTPS Everywhere were used to build these containers on top of Alpine Linux.

I'm redistributing the above mentioned extensions but of course the copyright is entirely owned by the original authors.

About

A proof-of concept locked-down browser that can only access the internet via Tor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages