milkmix
b314acf326
updated instance size to be micro instead of tiny
2019-03-17 12:36:10 +01:00
milkmix
f86e6060dd
added mention that this role is optimised for exoscale
2019-03-17 12:34:13 +01:00
milkmix
ed9bb84817
replaced external command w/ default zones
2019-03-17 12:32:01 +01:00
milkmix
1ed3e40e90
modified json parsing part for zones
2019-03-13 18:41:16 +01:00
milkmix
2e51d8b744
deleted the local_action part of modules calls
2019-03-12 17:31:53 +01:00
milkmix
213bd1a11e
added automatic prompt of available zones on the configured provider
2019-03-11 16:20:41 +01:00
milkmix
e1e355487e
added ref to cloudstack doc in docs
2019-03-05 18:41:56 +01:00
milkmix
d9c04deef5
finalize debugging and successfully created instance on exoscale
2019-03-05 18:27:30 +01:00
milkmix
2ab2c1d368
debugged until sshkey registration
2019-03-05 17:32:59 +01:00
milkmix
24e03b6faf
first round of debugging
2019-03-05 17:28:50 +01:00
milkmix
53260c9a82
initial version of the cloudstack role
2019-03-05 16:58:15 +01:00
Tim H
dbd177862f
Add catch-all VPN On Demand Rule ( #739 )
...
If a user is not connected to a trusted Wi-Fi network or if the
URLStringProbe fails none of the existing dictionaries match.
According to the Apple Configuration Profile Reference[1] section "VPN
Payload > On Demand Rules Dictionary Keys" a default behavior for
unknown networks with no matching criteria should always be set as the
last dictionary in the array. The current default behavior is to allow a
connection to occur, but this behavior is not guaranteed.
Tear down the VPN connection and do not reconnect on demand as long as
the catch-all dictionary matches to guarantee the default behavior and
more specifically allow users to access captive portals.
[1]: https://developer.apple.com/library/content/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html
2019-02-26 17:40:29 +01:00
Demian
3e00b8c5a5
fix OS is undefined error ( #1335 )
2019-02-26 12:19:34 +01:00
Jack Ivanov
7f754fc689
Support for custom domain names in the endpoint ( #1337 )
2019-02-25 17:58:09 +01:00
Jack Ivanov
3a8286c6c7
Disable wireguard PersistentKeepalive by default ( #1338 )
2019-02-25 17:56:19 +01:00
Jack Ivanov
a43ac8c70f
Closes #1059
2019-02-22 16:00:47 +01:00
David Myers
5cb1fdd339
Clarify prompts ( #1331 )
2019-02-20 10:08:25 -05:00
David Myers
df3d547fb3
Document using WireGuard app on macOS ( #1327 )
...
* Document using WireGuard app on macOS
* Update README.md
* Make WireGuard the default for Apple devices
* clarify user list
* fix tests
* connect on demand
2019-02-17 18:38:19 -05:00
David Myers
1be0908c51
Add note about new WireGuard for iOS default MTU ( #1293 )
2019-02-12 11:19:38 +01:00
Jack Ivanov
40b42c4f33
Get started with Azure more easily ( #1323 )
2019-02-08 13:34:01 +01:00
Jack Ivanov
9f66e47607
Closes #1321
2019-02-07 15:09:09 +01:00
Jack Ivanov
4a6888add6
WiFi exclude list fix ( #1318 )
2019-02-04 16:04:30 +01:00
Jack Ivanov
43ed5b2aaa
add flags=(attach_disconnected) to dnscrypt-proxy apparmor profile ( #1312 )
2019-01-30 07:23:11 +01:00
Jack Ivanov
c47dd4a7ab
encode wifi networks to base64 ( #1303 )
2019-01-28 17:51:28 -05:00
Jack Ivanov
a266b4d633
Allow windows users install VPN for all users in the system ( #1310 )
2019-01-28 17:50:58 -05:00
Jack Ivanov
f1cb183ecf
Travis-CI fixes
2019-01-28 13:42:11 +01:00
Luvpreet Singh
6233642c66
fix(update-users): changed generate p12 password task ( #1289 )
...
Changed task's module to generic python format for python2 and python3.
2019-01-25 16:36:44 -05:00
Jack Ivanov
b89d406ee0
Update deploy-from-ansible.md ( #1307 )
2019-01-24 13:11:34 +01:00
Jack Ivanov
b8e1c253c6
Fixes #1305
2019-01-23 07:14:37 +01:00
David Myers
f25415dde3
Document using WireGuard on iOS ( #1266 )
2019-01-23 07:12:43 +01:00
Jack Ivanov
7a6daff1ff
IPv6 fix ( #1302 )
2019-01-18 23:39:08 -05:00
Selim Şumlu
7a338b511d
Update deploy-from-windows.md ( #1296 )
...
Updating the tutorial according to latest Windows 10 and Ubuntu changes
2019-01-14 22:23:48 -05:00
Jack Ivanov
11ed8b8f30
Update README.md
2019-01-08 08:57:40 +01:00
Jack Ivanov
72763ddec4
Update deploy-from-ansible.md
2019-01-08 08:53:35 +01:00
Angel Montes de Oca
44ab95f12b
Include Algo generated password ( #1272 )
...
I change a line to Include the Algo generated password so the users do not need to manually enter the password when installing on Windows 10 computers.
2019-01-08 08:48:05 +01:00
David Myers
9830947dfd
Sync list of supported cloud hosts ( #1278 )
2019-01-02 19:24:18 -05:00
TC1977
5d74ded90f
Update README.md ( #1286 )
...
Adds Wireguard to the first line.
2019-01-02 19:23:37 -05:00
David Myers
5981bb9cad
Replace 'max_mss' with 'reduce_mtu' ( #1253 )
2018-12-20 09:21:04 -05:00
Michael Schubert
0177284fea
README: fix small typos ( #1262 )
2018-12-20 09:20:39 -05:00
David Myers
f9702fb3df
Document DigitalOcean firewall ( #1257 )
2018-12-20 10:47:24 +01:00
Izzy Gomez
0a098b31f9
Fix typo in deploy-from-ansible.md. ( #1261 )
2018-12-20 10:46:37 +01:00
Jack Ivanov
955a986c21
IPv6 forwarding fixes ( #1256 )
2018-12-18 13:59:25 +01:00
Jack Ivanov
a6cd89564d
Fixes #1246
2018-12-10 16:37:36 +01:00
Federico G. Schwindt
a4f2c97fd2
Fix ipv4 address missing on reboot ( #1245 )
2018-12-10 06:57:15 +01:00
David Myers
e478d31e50
Update local install instructions ( #1148 )
...
* Update local install instructions
* Update deploy-to-ubuntu.md
2018-12-07 14:42:17 -05:00
David Myers
f3519425c4
Note that WireGuard configs cannot be shared ( #1238 )
2018-12-07 14:41:39 -05:00
TC1977
4eeaadcfb3
Add info about modifying blacklists ( #1236 )
...
# Algo will use the following lists to block ads. You can add new block lists
# after deployment by modifying the line starting "BLOCKLIST_URLS=" at:
# /usr/local/sbin/adblock.sh
# If you load very large blocklists, you may also have to modify resource limits:
# /etc/systemd/system/dnsmasq.service.d/100-CustomLimitations.conf
2018-12-07 14:41:19 -05:00
William Woodruff
319b630cf4
docs/gce: Fix typos, clarify instructions ( #1239 )
2018-12-05 06:57:13 +01:00
David Myers
66681521c1
Increase memory limit for dnsmasq ( #1228 )
...
* Increase memory limit for dnsmasq
* Increase memory limit for dnsmasq further
2018-12-03 12:32:23 -05:00
David Myers
8d23f715d7
Run adblock.sh at a random time ( #1227 )
2018-12-03 15:33:36 +01:00