Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikstrous/chrome-tor-vm
A vagrant config for chrome behind tor
https://github.com/vikstrous/chrome-tor-vm
Last synced: 4 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T16:54:02.000Z (almost 10 years ago)
- Last Synced: 2024-12-23T17:14:10.919Z (17 days 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
```