diff --git a/scrapling/cli.py b/scrapling/cli.py index 47056d92..414e819f 100644 --- a/scrapling/cli.py +++ b/scrapling/cli.py @@ -150,8 +150,8 @@ def install(force): # pragma: no cover @option( "--host", type=str, - default="0.0.0.0", - help="The host to use if streamable-http transport is enabled (Default: '0.0.0.0')", + default="127.0.0.1", + help="The host to use if streamable-http transport is enabled (Default: '127.0.0.1' - localhost only for security)", ) @option( "--port", type=int, default=8000, help="The port to use if streamable-http transport is enabled (Default: 8000)"