voodooprivacy
Roll your own VPN server on Amazon EC2 and battle-ready firewall for OS X
File Explorer
- README.md
- requirements.txt
- create-voodoo-vpn.py
- README.md
- voodoo-pf.conf
- voodoo-vpn.sh
- voodoo.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
man
View Details ▼
man
Format and display manual pages.
See also: `whatis`, `apropos`.
man {{command}}
Display the man page for a command:
man {{[-H|--html=]}}{{browser_name}} {{command}}
Open the man page for a command in a browser (`=browser_name` can be omitted if `$BROWSER` is set):
man 7 {{command}}
Display the man page for a command from section 7:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
