|
13 | 13 | * No additional software required for OSX/iPhone - uses native VPN client.
|
14 | 14 | * Simple Web or CLI installation methods.
|
15 | 15 | * Automated OS and VPN software updates.
|
| 16 | +* Dual stack IPv4/IPv6 enabled. |
16 | 17 |
|
17 | 18 | ## Web Installer (OSX)
|
18 | 19 | 1. Download the latest pre-built app from the [GitHub Releases](https://github.com/dan-v/dosxvpn/releases) page.
|
|
55 | 56 | 5. <b>What is the bandwidth limit?</b> The 512MB DigitalOcean droplet has a 1TB bandwidth limit. This does not appear to be strictly enforced.
|
56 | 57 | 6. <b>Where does dosxvpn store VPN configuration files?</b> You can find all deployed VPN configuration files in your ~/.dosxvpn directory.
|
57 | 58 | 7. <b>How do I SSH into the deployed droplet?</b> Assuming you had public SSH keys uploaded to your DigitalOcean account when the VPN was deployed, all of those keys should be authorized for access. You can SSH using any of those keys: `ssh -i <ssh-private-key> core@<vpn-ip>`. If you had no SSH keys uploaded to your DigitalOcean account, then a temporary key was autogenerated for you and you will need to redeploy if you want SSH access.
|
58 |
| -8. <b>Are you going to support other VPS providers?</b> Not right now. |
59 |
| -9. <b>Will this make me completely anonymous?</b> No, absolutely not. All of your traffic is going through a VPS which could be traced back to your account. You can also be tracked still with [browser fingerprinting](https://panopticlick.eff.org/), etc. Your [IP address may still leak](https://ipleak.net/) due to WebRTC, Flash, etc. |
60 |
| -10. <b>How do I uninstall this thing on OSX?</b> You can uninstall through the Web interface, which will also remove the running droplet in your DigitalOcean account. Alternatively go to System Preferences->Network, click on dosxvpn-* and click the '-' button in the bottom left to delete the VPN. Don't forget to also remove the droplet that is deployed in your DigitalOcean account. |
| 59 | +8. <b>What is the password to login to Pi-hole?</b> The password is `dosxvpn`. |
| 60 | +9. <b>Are you going to support other VPS providers?</b> Not right now. |
| 61 | +10. <b>Will this make me completely anonymous?</b> No, absolutely not. All of your traffic is going through a VPS which could be traced back to your account. You can also be tracked still with [browser fingerprinting](https://panopticlick.eff.org/), etc. Your [IP address may still leak](https://ipleak.net/) due to WebRTC, Flash, etc. |
| 62 | +11. <b>How do I uninstall this thing on OSX?</b> You can uninstall through the Web interface, which will also remove the running droplet in your DigitalOcean account. Alternatively go to System Preferences->Network, click on dosxvpn-* and click the '-' button in the bottom left to delete the VPN. Don't forget to also remove the droplet that is deployed in your DigitalOcean account. |
61 | 63 |
|
62 | 64 | # Powered By
|
63 | 65 | * [strongSwan](https://strongswan.org/) - IPsec-based VPN software
|
|
68 | 70 |
|
69 | 71 | # Acknowledgements
|
70 | 72 | * [trailofbits/algo](https://github.com/trailofbits/algo) - strongSwan configuration is borrowed from this project
|
71 |
| -* [jbowens/dochaincore](https://github.com/jbowens/dochaincore) - Deployment code is borrowed from this project |
72 |
| -* [vimagick/strongswan](https://github.com/vimagick/dockerfiles/tree/master/strongswan) - Using a forked version of this docker image for VPN server |
| 73 | +* [jbowens/dochaincore](https://github.com/jbowens/dochaincore) - web deployment code is borrowed from this project |
| 74 | +* [vimagick/strongswan](https://github.com/vimagick/dockerfiles/tree/master/strongswan) - using a forked version of this docker image for VPN server |
73 | 75 |
|
74 | 76 | # Building Source
|
75 | 77 | 1. Install dependency [platypus cli](http://www.sveinbjorn.org/platypus)
|
|
0 commit comments