summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-05 20:20:52 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-05 20:20:52 -0400
commitca404ec1dc114f93dc6902f7846aaa667f16c789 (patch)
treeea69e83fb1bc535d594528868d6b8d929709553e
parent1381debe23f6029c55285347d5582bcba6e74b9d (diff)
downloadpuppet-tozt-ca404ec1dc114f93dc6902f7846aaa667f16c789.tar.gz
puppet-tozt-ca404ec1dc114f93dc6902f7846aaa667f16c789.zip
update algo config
-rw-r--r--bin/helpers/algo-config.diff17
1 files changed, 12 insertions, 5 deletions
diff --git a/bin/helpers/algo-config.diff b/bin/helpers/algo-config.diff
index efcc7fd..a2c156a 100644
--- a/bin/helpers/algo-config.diff
+++ b/bin/helpers/algo-config.diff
@@ -1,19 +1,19 @@
diff --git i/config.cfg w/config.cfg
-index bee023f..c23c723 100644
+index bee023f..887ca40 100644
--- i/config.cfg
+++ w/config.cfg
@@ -6,9 +6,12 @@
# User names with leading 0's or containing only numbers should be escaped in double quotes, e.g. "000dan" or "123".
# Email addresses are not allowed.
users:
-+ - hush
++ - hornet
++ - mail
++ - mail2
+ - partofme
- phone
- - laptop
- - desktop
+ - tozt
-+ - mail
-+ - hornet
### Review these options BEFORE you run Algo, as they are very difficult/impossible to change after the server is deployed.
@@ -35,7 +35,14 @@ index bee023f..c23c723 100644
# 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:
-@@ -59,7 +62,7 @@ dns_encryption: true
+@@ -53,13 +56,13 @@ adblock_lists:
+ # Enable DNS encryption.
+ # If 'false', 'dns_servers' should be specified below.
+ # DNS encryption can not be disabled if DNS adblocking is enabled
+-dns_encryption: true
++dns_encryption: false
+
+ # Block traffic between connected clients. Change this to false to enable
# connected clients to reach each other, as well as other computers on the
# same LAN as your Algo server (i.e. the "road warrior" setup). In this
# case, you may also want to enable SMB/CIFS and NETBIOS traffic below.