Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit ebb0920

Browse files
committed
update amnezia values
1 parent 53e7346 commit ebb0920

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

Writerside/topics/Features.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Without these properties populated, Amnezia will fall back to using standard Wir
3737
3. The shared WireGuard properties will already be populated. Populate the addition empty Amnezia
3838
properties with the follwing data:
3939

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 \
4343
Init packet junk size: 0 \
4444
Response packet junk size: 0 \
4545
Init magic packet header: 1 \
@@ -54,9 +54,9 @@ Address = ***
5454
PrivateKey = ***
5555
DNS = ***
5656
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
6060
S1 = 0
6161
S2 = 0
6262
H1 = 1
@@ -65,6 +65,14 @@ H3 = 3
6565
H4 = 4
6666
```
6767

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+
6876
When using an Amnezia server, this values will be different and should match the server values.
6977

7078
## Auto-tunneling

0 commit comments

Comments
 (0)