diff options
Diffstat (limited to '')
-rw-r--r-- | config_example.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config_example.toml b/config_example.toml new file mode 100644 index 0000000..7bcf626 --- /dev/null +++ b/config_example.toml @@ -0,0 +1,11 @@ +host_ip = "192.168.1.1" +extra_ssh_args = ["-C"] +#extra_wsl_args = [] + +[[distribution]] +name = "Ubuntu" + +[[distribution]] +name = "Debian" +username = "locust" +port = 4444
\ No newline at end of file |