Paul Kehrer
b928e4ff06
fix faq entry about cryptography build failure ( #967 )
2018-05-25 06:02:16 -07:00
Jack Ivanov
3488e660ad
Add WireGuard support for Android ( #910 )
...
* WireGuard Implementation
* Update client-android.md
* Update README.md
* WireGuard unattended upgrades
* Update README.md
* reload-module-on-update and syntax fix
* SaveConfig to true
* Azure firewall. Fixes #962
* Update README.md
* Update client-android.md
2018-05-24 08:15:27 -07:00
Jack Ivanov
d27b849f24
Ubuntu1804 ( #925 )
...
- Fixes #897 #944 #956
Work in progress. Lightsail is not ready for Ubuntu 18.04 yet
- [x] DigitalOcean
~~- [ ] Amazon Lightsail~~
- [x] Amazon EC2
- [x] Microsoft Azure
- [x] Google Compute Engine
- [x] Scaleway
- [x] OpenStack (DreamCompute optimised)
2018-05-24 07:08:14 -07:00
Evgeny Aleksandrov
d9dc68164f
Remove algo_params ( #961 )
2018-05-24 09:01:26 +03:00
Evgeny Aleksandrov
87836e0358
Fix typo ( #960 )
2018-05-24 09:00:38 +03:00
Stijn Balk
9fdbfb0977
Update GCP regions ( #957 )
...
* Update GCP regions according to https://cloud.google.com/compute/docs/regions-zones/
* Update GCP regions according to https://cloud.google.com/compute/docs/regions-zones/
* set default back to belgium B
2018-05-23 09:17:10 -07:00
Alexey Bogomolov
0de0952cf0
fix requirements.txt SecretStorage version ( #914 )
...
Related to issue #877 . Latest SecretStorage build requires Python '>=3.5' but Algo is running on Python 2
2018-05-18 12:35:56 +03:00
Jack Ivanov
6f3ec658fe
Move to LXD ( #935 )
2018-05-10 09:03:05 +03:00
TC1977
e905220f61
Update config.cfg ( #936 )
...
Fix typos - this puzzled me when I was attempting to install algo with dnscrypt last week.
2018-05-09 13:14:31 -07:00
pguizeline
e95ae829e3
Fix line spacing to improve readability ( #932 )
...
Keeping the organized spacing
2018-05-09 11:25:14 -07:00
pguizeline
daf609ea03
Update README.md ( #931 )
...
- Adds missing providers to the documentation with links.
- Mentions that your own server install needs to be an Ubuntu 16.04 LTS distro
- Emphasize that the p12 certificate password will only be available once
2018-05-08 13:57:21 -07:00
Jack Ivanov
35e526a5a3
IPv6 fixes ( #930 )
2018-05-08 13:55:17 -07:00
pguizeline
499c195129
Add new Azure locations ( #929 )
...
Reorganized and added new locations.
https://azure.microsoft.com/en-us/global-infrastructure/locations/
https://azure.microsoft.com/en-us/global-infrastructure/services/
2018-05-08 13:07:27 -07:00
pguizeline
616b849b98
Add new EC2 regions ( #928 )
...
Adds new EC2 regions according to:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
2018-05-08 13:07:06 -07:00
Jack Ivanov
53ef2fcaa7
Increase SSH retries ( #909 )
2018-05-03 16:04:39 +03:00
Jack Ivanov
3945a0e286
Typo
2018-04-30 09:29:43 +03:00
Brian Hulette
e01e82b1c3
Don't download minisig dnscrypt release ( #905 )
2018-04-29 10:32:10 -07:00
adamluk
3d9fa7f8c8
Update dnscrypt-proxy.toml.j2 ( #899 )
...
Updated dnscrypt-proxy.tml with new options: cache_neg_min_ttl and cache_neg_max_ttl
2018-04-27 07:29:29 -07:00
Jack Ivanov
cfc985c776
DNS-crypt changelog
2018-04-27 10:06:51 +03:00
Dan Guido
c276f971b7
monkey patch problematic dnscrypt-proxy cgroup limits ( #894 )
2018-04-25 15:32:50 -07:00
Jack Ivanov
c82bd8c5ff
DNS-over-HTTPS ( #875 )
2018-04-25 12:27:58 -07:00
Steven Crossan
4bd59bebf4
Update DO doc link in README.md ( #890 )
2018-04-24 19:42:23 -07:00
Jack Ivanov
ed6e2d998d
Add ipv6 address to subjectAltName if supported ( #881 )
...
CHANGELOG
Some changes
Some changes
2018-04-23 16:06:34 -07:00
Matt Behrens
f585a416df
skip virtualenv check if already activated ( #863 )
...
This allows the user to choose their virtualenv method, e.g.
[Pipenv](https://docs.pipenv.org/ ).
2018-04-23 16:03:24 -07:00
Cat Jones
e78df40468
adds DigitalOcean documentation ( #869 )
2018-04-23 15:58:40 -07:00
iliyan jeliazkov
a8b4a47a88
Updating the language of the instructions ( #880 )
2018-04-18 22:10:03 -04:00
Anton T Johansson
7c087aeed9
Fixed path in Network Manager section ( #860 )
...
"configs" directory missing in paths.
2018-03-29 17:33:18 -04:00
Micah R Ledbetter
a2e051ef00
Add a workaround for disabling DNS filtering to the FAQ ( #852 )
...
* Add a workaround for disabling DNS filtering to the FAQ
* Update faq.md
2018-03-28 11:24:20 -07:00
Micah R Ledbetter
e944ee993a
Embed certs into Windows deployment scripts ( #840 )
...
- Obviate need to copy separate script and certificate files
- Allow execution from any directory, not just the script's parent
directory (no assumption of any particular working directory)
- Fix docs that neglected to mention copying cacert.pem
- Fix docs that incorrectly referred to the user cert store
As part of this work, rewrite the windows_client.ps1.j2 deployment
script template
- Add comment-based help
- Require admin privileges
- Use a Param() block
- Use parameter sets with -Add and -Remove switches
- Add the -GetInstalledCerts switch, to list any Algo certificates
installed the machine's cert store
- Add the -SaveCerts switch, to save the embedded certificates to files
- Put Jinja2 variables inside Powershell variables,
- Use native Powershell cmdlets rather than shell out to certutil.exe
- Add a playbook to regenerate the windows_USER.ps1 scripts
2018-03-28 11:20:43 -07:00
Micah R Ledbetter
a8784bc0f4
Add FAQ entry regarding IPSEC backdoor ( #460 ) ( #853 )
2018-03-28 11:20:17 -07:00
Micah R Ledbetter
4b0aea8f5a
Document iptables rules ( #854 )
...
* Remove firewall rule related to the old proxy role
* Remove proxy conditionals from mobileconfig template
* Add comments explaining firewall rules
2018-03-28 11:17:56 -07:00
Arun John Kuruvilla
aea9c9a5e2
Removed ssh_public_key variable for AWS. Issue #773 ( #817 )
2018-03-27 21:53:13 +03:00
Utkan Gezer
32cbec6f5b
Multi-line virtualenv setup script ( #829 )
...
Changed the single-line virtualenv setup script into multi-line one. Should be equivalent to what it was before, and now viewable/copy-able without scrolling.
2018-03-27 21:50:50 +03:00
Jack Ivanov
ac8b092ca5
TravisCI tests
2018-03-27 19:46:10 +03:00
Jack Ivanov
bb094a7b16
More debug for travis
2018-03-27 19:28:48 +03:00
Jack Ivanov
c378eacc00
Warn about local installation
2018-03-27 19:10:59 +03:00
Jack Ivanov
51209a0994
More debug for travis-ci
2018-03-27 19:04:42 +03:00
Rob
1edb95df9c
Update client-android.md ( #842 )
...
* Update client-android.md
Changed Installation via profiles sections - Opening the helper html file in Chrome (v65.0.3325.109 on Android 6.0.1) does not work correctly.
* Update client-android.md
* Update client-android.md
2018-03-22 09:26:50 -04:00
Jack Ivanov
78830d96aa
Android: add the CA and set the ciphers explicitly ( #837 )
2018-03-19 12:05:30 -04:00
Jack Ivanov
4e4440a318
Exclude CA from P12 ( #835 )
2018-03-17 17:16:22 -04:00
Damian Gerow
62fc22ab59
Creates a Docker container to run algo ( #331 )
...
* Creates a Docker container to run algo
* Simplistic testing of the Docker image
This simply uses the same LXC system that was just tested.
It's functional, but minimal.
* More thorough tests against Docker
This doubles the number of LXC containers in use,
but does provide a more thorough test of the Docker
image.
2018-03-16 16:38:53 -04:00
Jack Ivanov
0fda81f12d
Update ISSUE_TEMPLATE.md
2018-03-16 21:02:11 +03:00
Jack Ivanov
72026d0ec8
Update ISSUE_TEMPLATE.md
2018-03-16 21:01:26 +03:00
Jack Ivanov
3b19f13082
Enable no-resolv ( #816 )
2018-03-12 12:00:48 -04:00
adamluk
b30f6db079
Update rules.v6.j2 ( #818 )
...
Updated to use -m conntrack for consistency as per the other IPv6 rules.
2018-03-12 11:51:34 -04:00
Zac Connelly
3bb6c32abb
update troubleshooting doc ( #827 )
...
* update troubleshooting doc
* remove breakline
* bump issue to the bottom
2018-03-12 11:49:45 -04:00
Jack Ivanov
13503575c5
Update ISSUE_TEMPLATE.md
2018-03-12 10:29:18 +03:00
Berry Phillips
ea7da89257
Explicitly create the virtualenv with Python2 ( #823 )
2018-03-08 22:16:40 -05:00
Jack Ivanov
7e07c35474
proper cloudformation template ( #815 )
2018-03-02 16:13:49 -05:00
Jack Ivanov
02427910de
Ansible 2.4, Lightsail, Scaleway, DreamCompute (OpenStack) integration ( #804 )
...
* Move to ansible-2.4.3
* Add Lightsail support #623
* Fixing the EC2 deployment
* Scaleway integration #623
* OpenStack cloud provider (DreamCompute optimised) #623
* Remove the security role
* Enable unattended-upgrades for clouds
* New requirements to make Azure and GCE work
2018-03-02 07:55:54 -05:00