Skip to content

Commit f6b226c

Browse files
committed
websocket: default host to 0.0.0.0 for LAN access
1 parent 633dc4a commit f6b226c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devduck/tools/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ async def start_server():
13331333
@tool
13341334
def websocket(
13351335
action: str,
1336-
host: str = "127.0.0.1",
1336+
host: str = "0.0.0.0",
13371337
port: int = 8080,
13381338
system_prompt: str = "You are a helpful WebSocket server assistant.",
13391339
agent=None,

0 commit comments

Comments
 (0)