This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Without these properties populated, Amnezia will fall back to using standard Wir
37
37
3 . The shared WireGuard properties will already be populated. Populate the addition empty Amnezia
38
38
properties with the follwing data:
39
39
40
- Junk packet count: 7 (can be anywhere between 1-128) \
41
- Junk packet minimum size: 50 (must be less than junk packet maximum size) \
42
- Junk packet maximum size: 1000 (must be less than 1280) \
40
+ Junk packet count: between 3-5 (can be anywhere between 1-128) \
41
+ Junk packet minimum size: 40 \
42
+ Junk packet maximum size: 70 \
43
43
Init packet junk size: 0 \
44
44
Response packet junk size: 0 \
45
45
Init magic packet header: 1 \
@@ -54,9 +54,9 @@ Address = ***
54
54
PrivateKey = ***
55
55
DNS = ***
56
56
MTU = ***
57
- Jc = between 1-128
58
- Jmin = must be less than Jmax
59
- Jmax = less than 1280
57
+ Jc = 4
58
+ Jmin = 40
59
+ Jmax = 70
60
60
S1 = 0
61
61
S2 = 0
62
62
H1 = 1
@@ -65,6 +65,14 @@ H3 = 3
65
65
H4 = 4
66
66
```
67
67
68
+ <warning >
69
+ <p>
70
+ For better censorship resistance,
71
+ optionally set S1 and S2 between 2 and 10 but this breaks WireGuard server compatibility.
72
+ </p >
73
+ </warning >
74
+
75
+
68
76
When using an Amnezia server, this values will be different and should match the server values.
69
77
70
78
## Auto-tunneling
You can’t perform that action at this time.
0 commit comments