Commit Graph

560 Commits (5b6386ca08bbc6edabc0e9736f95f4f3809b08d6)
 

Author SHA1 Message Date
Dan Guido 5b6386ca08 readability 8 years ago
mathew19 a13b56a513 Update README.md (#395)
Added Ubuntu 16.04 example
8 years ago
Michael Mattioli de12d51859 Reorganize documentation for GitHub pages (#378)
Reorganize documentation for clarity and use with GitHub pages static
site generator. This closes #371.
8 years ago
Jack Ivanov 094c8eede1 Update ISSUE_TEMPLATE.md 8 years ago
Jack Ivanov 56a72e5af2 New ciphers implementing #247 (#352)
Switches to SHA2_512_256 HMAC integrity algorithm and adds cipher compatibility for other platforms.
8 years ago
Dan Guido 6e1b0df700 Update CONTRIBUTING.md 8 years ago
Jack Ivanov 25e0e9085d move back to RSA 8 years ago
Jack Ivanov 2ec6f41e0f decrease mss 8 years ago
Dan Guido 816a16e884 Windows is so ugly 8 years ago
S Tung ba0afbbf4a Update windows steps for clarity (#377) 8 years ago
Jack Ivanov 70738ed8be Enable IP forwarding GCE #369 8 years ago
Jack Ivanov 95e0134f21 1. Disable SSH key deploying if installation on existing server
2. Move to the ed25519 algorithm
3. Delete unneeded option RSAAuthentication
Fixes #272
8 years ago
Dan Guido e55ce03906 URLStringProbe with this URL does not work as intended 8 years ago
Dan Guido ea3775f90a Update README.md 8 years ago
Dan Guido 6fdb735217 Update README.md 8 years ago
Dan Guido fe78ac0509 Update README.md 8 years ago
Dan Guido 2f12248346 Update README.md 8 years ago
Dan Guido 7eb65ede2b Update list of created artifacts 8 years ago
Dan Guido 0256f3b31c add virtualenv to CentOS instructions 8 years ago
Dan Guido 5e22b79033 Add configuration for URL probes to Apple profile
Chrome and Android both request a known URL that generates HTTP 204 No Content responses to determine if they have internet connectivity. In Apple profiles, we can use the same URL to determine whether the VPN needs to connect. Using this feature will help save battery life for lots of users.
8 years ago
Dan Guido 495b37737a add GCE warning and explicit Ubuntu version 8 years ago
Jack Ivanov 47515154bb add mtu in the sswan profile 8 years ago
Jack Ivanov 7214f41cfc additional prompts #289 8 years ago
defunct b918fad669 Update README.md 8 years ago
defunct fde3214ecd Update README.md 8 years ago
Casey Lang 8b977afd99 Modify creation of GCE Instance (#363)
Update deprecated GCE metadata options
8 years ago
Dan Guido 7bde06309f Update CONTRIBUTING.md 8 years ago
Dan Guido 1af2010f44 Update config.cfg 8 years ago
Jack Ivanov 3df33c0eba Add a comment about escaping usernames 8 years ago
Josh Tamayo 68126537c9 Update Powershell Instructions for VPN connection (#350). Fixes #329
* Update Powershell Instructions for VPN connection

Update the Powershell instructions for creating the Windows VPN
connection.  Clarfied requirement that Powershell run as Administrator,
and additional steps required to update the Execution Policies for
PowerShell.

* Formatting updates

Cleaned up capitalization and spacing errors, as well as improved
wording a bit.

* Missed an S

Evil, evil capitalization.
8 years ago
Jack Ivanov 3b8d04d06c remove the logging role 8 years ago
Jack Ivanov 27680b9403 add msrestazure to the requirements #269 8 years ago
Dan Guido 5a172eb3ec new Slack channel 8 years ago
Dan Guido c2ecab3f98 another typo ugh 8 years ago
Dan Guido 3a511eab44 I suck at making this stupid TOC :-x 8 years ago
Dan Guido 8c6f1f9c69 add note about network manager on older Ubuntu 8 years ago
Jack Ivanov 6e61a51aca rewrite the sysctl task 8 years ago
Jack Ivanov c0f4b5fa41 Enable default values if the role is skipped #313 8 years ago
Jack Ivanov 578bb3344d Fixes #314 8 years ago
Jack Ivanov eae4353691 Update ISSUE_TEMPLATE.md 8 years ago
Jack Ivanov b8cfb98c5d Update ISSUE_TEMPLATE.md 8 years ago
Dan Guido fb09a4138f Update TROUBLESHOOTING.md 8 years ago
Dan Guido 2fc9122ae8 add router troubleshooting faq 8 years ago
Dan Guido 1c4659311a Update CONTRIBUTING.md 8 years ago
Dan Guido 050583ecd1 Update README.md 8 years ago
Dana Klassen f9f1d5cd38 Typo cheking to checking (#344) 8 years ago
Josh Soref 84bbcb88d0 Spelling fixes (#342)
* spelling: algorithm

* spelling: bertrand

* spelling: between

* spelling: checking

* spelling: conjunction

* spelling: contributor

* spelling: delimited

* spelling: fashion

* spelling: droplet

* spelling: javascript

* spelling: nameserver

* spelling: obligatory

* spelling: official

* spelling: overridden

* spelling: overwrite

* spelling: parameter

* spelling: suppressing
8 years ago
James Hale 41ed682213 Reduce VPC CIDR size to /16 (#341) 8 years ago
Josh Meisels d37c6b72c5 Add new Azure regions and allow user to select VM size (#332)
* Update Azure Region List

Included several additional regions in the Azure list.

In a future version we may want to ask users to choose a continent, then present region options since this list is getting long.

* Add VM size selection

Added prompt for user to choose VM size. Useful because the default size is not available in all regions, and there are cheaper sizes.

* Handle vm_size choice in "Create an Instance" step

Use the variable passed in that the user chose for vm_size.

* Differentiate Basic A0 and Standard A0

* Remove vm_size D1 since it's being deprecated

* Fix syntax issue - missing semicolons

* Remove note to self comment

* Remove changes to let user select VM size

Removing my previous additions that let the user select their Azure VM size.

* Hard code VM size to cheapest size

Remove my usage of a variable for VM size. Update to use the Basic_A0, which is the cheapest size of VM.
8 years ago
Matt Mankins b8d2dc68bb Change EC2 VPC CIDR blocks to uncommon non-routable addresses (#335) 8 years ago