We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Anyone thought about IP spoofing in k6 ?
Basic idea would be to pass an IP subnet/range at runtime, and allow each k6 virtual user to pick an IP within the range (forever or per iteration)
At the condition golang network stack can deal with IP spoofing.
Any idea about the implementation welcome.
Olivier
The text was updated successfully, but these errors were encountered:
This is somewhat related to #476
Sorry, something went wrong.
I think this was finally resolved by #1682, and "VUs picking their IP per iteration" is covered under #1724
No branches or pull requests
Hi,
Anyone thought about IP spoofing in k6 ?
Basic idea would be to pass an IP subnet/range at runtime, and allow each k6 virtual user to pick an IP
within the range (forever or per iteration)
At the condition golang network stack can deal with IP spoofing.
Any idea about the implementation welcome.
Olivier
The text was updated successfully, but these errors were encountered: