Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - AmneziaWG random range of J* packets #579

Open
JoyZzzzz opened this issue Feb 13, 2025 · 2 comments
Open

[FEATURE] - AmneziaWG random range of J* packets #579

JoyZzzzz opened this issue Feb 13, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@JoyZzzzz
Copy link

I would like to see the ability for AmneziaWG to specify a range for Junk packet count, Junk packet minimum size and Junk packet maximum size.
So that each time a connection is made, values ​​from a given range are randomly selected.
For example:
Jc = 5-10
Jmin = 40-100
Jmax = 20-250

@JoyZzzzz JoyZzzzz added the enhancement New feature or request label Feb 13, 2025
@KDBal
Copy link

KDBal commented Feb 14, 2025

Why would you want that?

Package size is already random.
You can look at it as:
Jsize = Jmin-Jmax
If you specify that:
Jmin=40-100 and Jmax=50-250
it would still generate Jsize=40-250. The only difference would be that rarely all packages would be closer in size to each other which would make it easier to detect awg usage.

Also, Jmax obviously can not be lower then Jmin.

@JoyZzzzz
Copy link
Author

The range in the examples for Jmin and Jmax is not rigid and can be changed. Or abandon them altogether and leave only the range for Jc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants