Skip to content

Commit

Permalink
fixup! Document local ips
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Nov 4, 2020
1 parent 379e455 commit d46c125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/markdown/docs/01 guides/02 Using k6/05 Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Options allow you to configure how k6 will behave during test execution.
| [Insecure Skip TLS Verify](#insecure-skip-tls-verify) | A boolean specifying whether should ignore TLS verifications for VU connections |
| [Iterations](#iterations) | A number specifying a fixed number of iterations to execute of the script |
| [Linger](#linger) | A boolean specifying whether k6 should linger around after test run completion |
| [Local ips](#local ips) | A list of IPs,IP ranges and CIDRs from which VUs will make requests |
| [Local IPs](#local-ips) | A list of IPs,IP ranges and CIDRs from which VUs will make requests |
| [Log Output](#log-output) | Configuration about where logs from k6 should be send |
| [LogFormat](#logformat) | Specify the format of the log output |
| [Max Redirects](#max-redirects) | The maximum number of HTTP redirects that k6 will follow |
Expand Down

0 comments on commit d46c125

Please sign in to comment.