summaryrefslogtreecommitdiffstats
path: root/bin/helpers/algo-config.diff
blob: 66708eab713bedf0747eb41b3a229142617b0a9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff --git i/config.cfg w/config.cfg
index b0c7756..2c0cd98 100644
--- i/config.cfg
+++ w/config.cfg
@@ -6,8 +6,11 @@
 # IPsec configuration but WireGuard clients must each use a unique
 # WireGuard configuration.
 users:
-  - dan
-  - jack
+  - hush
+  - partofme
+  - phone
+  - tozt
+  - mail
 
 # NOTE: If your usernames have leading 0's, like "000dan", you have to escape them
 
@@ -31,7 +34,7 @@ wireguard_port: 51820
 # automatically based on your server, but if connections hang you might need to
 # adjust this yourself.
 # See: https://github.com/trailofbits/algo/blob/master/docs/troubleshooting.md#various-websites-appear-to-be-offline-through-the-vpn
-reduce_mtu: 0
+reduce_mtu: 184
 
 # StrongSwan log level
 # https://wiki.strongswan.org/projects/strongswan/wiki/LoggerConfiguration
@@ -92,7 +95,7 @@ VPN_PayloadIdentifier: "{{ 800000 | random | to_uuid | upper }}"
 CA_PayloadIdentifier: "{{ 700000 | random | to_uuid | upper }}"
 
 # Block traffic between connected clients
-BetweenClients_DROP: true
+BetweenClients_DROP: false
 
 congrats:
   common: |