blob: fc7fc9d27587d479ac2160289ee4857559e23aac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- locust/main.py.orig 2025-06-12 22:34:12 UTC
+++ locust/main.py
@@ -454,7 +454,7 @@ See https://github.com/locustio/locust/wiki/Installati
sys.exit(1)
if options.web_host == "*":
# special check for "*" so that we're consistent with --master-bind-host
- web_host = ""
+ web_host = "0.0.0.0"
else:
web_host = options.web_host
if web_host:
|