Go to file
Otto Seiskari 27c6d49e2c Add README 2018-08-21 22:16:48 +03:00
files less privileges and other fixes 2018-08-21 21:41:42 +03:00
.gitignore openvpn config 2018-08-20 22:13:40 +03:00
Dockerfile less privileges and other fixes 2018-08-21 21:41:42 +03:00
README.md Add README 2018-08-21 22:16:48 +03:00
build.sh First version: run Firefox 2018-08-19 20:43:32 +03:00
run.sh Remove unused dbip 2018-08-21 22:06:22 +03:00

README.md

Docker VPN browser

Run Firefox and an OpenVPN client inside a Docker container. Firefox starts without any cookies, history or such.

Usage

  1. Install Docker (v. 1.12 or above, I think)
  2. Build Docker image: ./build.sh
  3. (optional) Create a directory openvpn and put your openvpn.conf there. Make sure it's called openvpn.conf and all extra files it may need are also in the openvpn/ directory (this will be mounted in the container)
  4. Start container ./run.sh

Also ASSERT_COUNTRY=Finland ./run.sh to check that ifconfig.co thinks that the your IP address is in a given country before starting Firefox.

Disclaimer

We can be quite sure that this will stop working (or being even remotely safe to run) in about 1 to 2 years after the latest commit to this repository.