Commit graph

511 commits

Author SHA1 Message Date
Tariq Yusuf
3ff5a5331c Add URLStringProbe to iOS config to all networks.
This allows access to captive portals and updates the LICENSE file.
2017-04-05 16:57:17 -07:00
Dan Guido
1b3a3a886d Update README.md 2017-04-01 15:33:24 -04:00
Dan Guido
7851cc06ef Update README.md 2017-04-01 15:32:57 -04:00
Dan Guido
f1cfade2f2 referral code 2017-04-01 15:31:22 -04:00
Josh Meisels
2b0c9c38e2 Fixed typo (#333)
Windows manual steps `-AuthenticationTransformConstants SHA25612 8` had a space that causes this command to fail. Should be `-AuthenticationTransformConstants SHA256128`
2017-04-01 15:29:12 -04:00
Dan Guido
ede472cd36 donations 2017-04-01 15:17:26 -04:00
Dan Guido
ceca178eff Update TROUBLESHOOTING.md 2017-04-01 14:36:32 -04:00
Dan Guido
ab22e9aee9 add note about Apple client support 2017-04-01 14:35:30 -04:00
Dan Guido
4b140bc5ed Update TROUBLESHOOTING.md 2017-04-01 14:26:35 -04:00
Dan Guido
c24d51b87b Update TROUBLESHOOTING.md 2017-04-01 14:12:23 -04:00
Dan Guido
eeae3ad34e add info about reconfiguring the apple profile 2017-04-01 14:11:01 -04:00
Dan Guido
946314ee26 add referral link 2017-04-01 13:49:27 -04:00
Josh Watson
84a3b5f675 Change EC2 VPC CIDR blocks to non-routable addresses. (#330)
The previous address ranges were actually routable addresses, which caused some concern for some people because it looked suspicious in tracert. The new CIDR blocks are non-routable addresses, which resolves this concern.
2017-04-01 00:20:08 -04:00
brad2014
09e5d87c7b Minor name and documentation edits (#327) 2017-04-01 00:19:10 -04:00
Casey Lang
9b76282a37 Check for creation of private key during its generation (#322)
This task was previously checking for the public key even though it is
in place to generate the private key. A simple switch to the `creates`
arg resolves the issue.
2017-03-31 13:25:39 -04:00
jeremy avnet / @brainsik
bb55985ab4 Add GCE Western US zones (#319) 2017-03-31 13:25:22 -04:00
Dan Guido
e729119b24 Update TROUBLESHOOTING.md 2017-03-30 15:53:30 -04:00
Dan Guido
ea40249adf Update TROUBLESHOOTING.md 2017-03-30 15:52:34 -04:00
Dan Guido
c081913566 Update TROUBLESHOOTING.md 2017-03-30 15:52:01 -04:00
Marcos Ojeda
c656a61069 add 'back on patreon' shields.io button (#303) 2017-03-29 00:26:05 -04:00
Mike Lee Williams
2b295e501c Clarify python instructions (#302)
- Be explicit about python2 requirement
- Remove `sudo` requirement on macOS
- Use `python -m pip` and `python -m virtualenv` to ensure expected python interpreter is running pip/virtualenv
- Tidy formatting
2017-03-29 00:06:06 -04:00
Dan Guido
c4f1188434 add donate via Flattr and PayPal 2017-03-28 22:18:44 -04:00
James Hale
3b3fb601ef Fix name tag key (#282) 2017-03-28 21:18:33 -04:00
Will Biddy
4dff2dcf95 Fixing spelling. (#297) 2017-03-28 21:05:34 -04:00
Dan Guido
770e1bbe7f Update WINDOWS.md 2017-03-27 18:15:12 -04:00
Dan Guido
6f48ff4d9d clarity 2017-03-27 17:40:34 -04:00
Dan Guido
8fbc1348e0 typo 2017-03-27 01:33:46 -04:00
Dan Guido
3aa5383b74 add FAQ about new regions 2017-03-27 01:24:42 -04:00
Dan Guido
655a917dd2 iptables filter table fix (#285) 2017-03-27 00:04:46 -04:00
Dan Guido
a558b5b549 fix mac install instructions 2017-03-26 23:37:02 -04:00
Dan Guido
9fe8965ccd another typo 2017-03-25 19:06:11 -04:00
Dan Guido
40d03e257a typo 2017-03-25 19:05:23 -04:00
Dan Guido
1a3341c449 add python2 vs 3 issue 2017-03-25 19:05:00 -04:00
Dan Guido
27e0fd073b Update README.md 2017-03-24 16:45:11 -04:00
Dan Guido
c238a686cc clarify the new virtual environment instructions 2017-03-24 16:44:25 -04:00
Jack Ivanov
9daec9be9e fix ssh tasks 2017-03-19 21:45:21 +03:00
Dan Guido
592f43d44c convention 2017-03-18 17:36:45 -04:00
Dan Guido
970e5b1f44 Update TROUBLESHOOTING.md 2017-03-18 17:29:25 -04:00
Jack Ivanov
4de4229e82 Fix hardcoded names 2017-03-18 12:41:26 +03:00
Jack Ivanov
6facb6cb4f FreeBSD / HardenedBSD (#262)
* FreeBSD draft

ifconfig fix

Pre-tasks fixes

fix hardcoded IP

some refactoring

disable system-based tags

disable freebsd tags

FreeBSD vpn role

add defaults

ssh role freebsd

default fix

dns_adblocking freebsd

ubuntu dict fix

* HardenedBSD

update-users BSD

* Rebuild the kernel

docs changing
2017-03-18 12:22:07 +03:00
Jack Ivanov
49ba1f76b4 Some improvements in the mobileconfig. Fixes #270 2017-03-18 11:07:56 +03:00
Jack Ivanov
045ff4bb9f Azure security group. Fixes #264 2017-03-14 23:33:37 +03:00
Jack Ivanov
906d962d4d GCE. env variables #195 2017-03-12 11:32:36 +03:00
Jack Ivanov
573c2f2322 DO. env variables #195 2017-03-12 11:31:05 +03:00
Jack Ivanov
fc30f8bb10 GCE. Tags fixed #267 2017-03-09 00:41:13 +03:00
Jack Ivanov
0aff3ebb6f EC2 instance_initiated_shutdown_behavior to terminate. Close #124 2017-03-06 22:04:00 +03:00
Jack Ivanov
c52024d4cc Azure. Add to the inventory #30 2017-03-06 21:54:21 +03:00
Jack Ivanov
8280201dc1 Update azure prompts. Fixes #261 2017-03-06 21:33:55 +03:00
Jack Ivanov
0d1731e058 update tags for azure resources 2017-03-06 21:25:40 +03:00
Jack Ivanov
07ebb4bf70 Additional requirements. Needed for MacOS and azure 2017-03-06 21:25:36 +03:00