https://github.com/vikstrous/chrome-tor-vm
A vagrant config for chrome behind tor
https://github.com/vikstrous/chrome-tor-vm
Last synced: 8 months ago
JSON representation
A vagrant config for chrome behind tor
- Host: GitHub
- URL: https://github.com/vikstrous/chrome-tor-vm
- Owner: vikstrous
- Created: 2015-03-27T16:31:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T16:54:02.000Z (about 11 years ago)
- Last Synced: 2025-02-15T13:29:26.771Z (over 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History
Awesome Lists containing this project
README
# chrome-tor-vm
This a Vagrant config for a virtual machine with a full-featured chrome installation set up to pass all of its traffic through Tor while protecting your host machine from exploits and allowing you to easily wipe and re-install the virtual machine between sessions. I do not guarantee that your privacy is perfectly protected, but I think it's good enough for me. Let me know if you see any privacy leaks or security issues.
# Usage
```
vagrant up
./run.sh
```
# Between Sessions
Run this between sessions to break any possible association between the previous and next session.
```
vagrant destroy
vagrant up
```