From f97b80ebdc560a7120ec8833af9f74de63797fb1 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Mon, 26 Oct 2015 14:36:16 +0100 Subject: [PATCH] Update README.md Add browser tests links for issue #1. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f1d532e..b7361b2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ And that's it! Read the accompanying [blog post](https://medium.com/@rdsubhas/do * When running in interactive mode, pressing Ctrl+C doesn't cleanly exit. For now, run it in detached mode (`-d`). Calling `docker stop` cleanly exits though. * We're using `testing` versions of tor and runit in Alpine. Got to keep an eye on future builds, until those packages reach `main` in Alpine. +## Browser check + +Since not all browsers are equal and some require extra steps to be anonymous, you may run some checks for your browser once you're set up: + + * https://anonymous-proxy-servers.net/en/help/security_test.html + * http://fingerprint.pet-portal.eu/ + * https://panopticlick.eff.org/ + * http://ip.cc/anonymity-test.php + ## Other interesting projects * [s6 supervision suite](http://skarnet.org/software/s6/index.html), similar to runit and daemontools