summaryrefslogtreecommitdiffstats
path: root/bin/helpers/algo-config.diff
blob: 46cd2eee784299291c072ade1868754a2fef7aba (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 03f439e..ff29497 100644
--- i/config.cfg
+++ w/config.cfg
@@ -3,8 +3,11 @@
 # Add as many users as you want for your VPN server here.
 # Credentials will be generated for each one.
 users:
-  - dan
-  - jack
+  - hush
+  - partofme
+  - phone
+  - tozt
+  - mail
 
 # NOTE: If your usernames have leading 0's, like "000dan", you have to escape them
 
@@ -26,7 +29,7 @@ wireguard_port: 51820
 # - https://github.com/trailofbits/algo/issues/216
 # - https://github.com/trailofbits/algo/issues?utf8=%E2%9C%93&q=is%3Aissue%20mtu
 # - https://serverfault.com/questions/601143/ssh-not-working-over-ipsec-tunnel-strongswan
-#max_mss: 1316
+max_mss: 1316
 
 # StrongSwan log level
 # https://wiki.strongswan.org/projects/strongswan/wiki/LoggerConfiguration
@@ -82,7 +85,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: |