Commit 3ffda7f
authored
fix: don't bind all ips (#201)
Binding all IPs is kind of Security issues and also very annoying when
the OS has a firewall blocking application doing such thing or opening a
popup to allow it (like the default MacOS or Windows firewall).
The client uses "localhost", so the server can only bind the ip
associated with the hostname "localhost".
This will avoid opening this tools to anyone on the network and avoid
having to configure windows or macos firewall to make pytest run.1 parent 737183c commit 3ffda7f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments