Skip to content

Commit

Permalink
Use localhost instead of 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed May 30, 2023
1 parent 9c6acc3 commit 451cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymodbus/server/simulator/http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(
self,
modbus_server: str = "server",
modbus_device: str = "device",
http_host: str = "0.0.0.0",
http_host: str = "localhost",
http_port: int = 8080,
log_file: str = "server.log",
json_file: str = "setup.json",
Expand Down

0 comments on commit 451cefe

Please sign in to comment.