From 6675c027783470da575e8153679ed730071eacd8 Mon Sep 17 00:00:00 2001 From: Armin Kunkel Date: Sun, 10 Sep 2023 01:28:41 +0200 Subject: [PATCH] docs: add a hint for the possibility of absolute paths/full pipe paths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a720937..5bf9e89 100644 --- a/README.md +++ b/README.md @@ -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`). +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. ## License