Skip to content

Commit

Permalink
docs: be more precise with the IPC (socket/pipe) description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastercuber committed Oct 17, 2023
1 parent f512d82 commit 88d4ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ When enabled, listhen tries to listen to all network interfaces. You can also en
### `socket`
Enables IPC Socket through unix domain sockets on unixoid systems and named pipes on windows (unix: `/tmp/listhen.socket`; windows: `\\?\pipe\listhen`). It's also possible to pass an absolute socket path and full pipe path.
Enables IPC: Unix domain sockets are used on unixoid systems - instead of listening to network interfaces - and named pipes on windows (unix: `$PWD/listhen.sock`; windows: `\\?\pipe\listhen`). It's also possible to pass an absolute socket path and full pipe path.
## License
Expand Down

0 comments on commit 88d4ee5

Please sign in to comment.