summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/abstract-unix-socket.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/abstract-unix-socket.d')
-rw-r--r--docs/cmdline-opts/abstract-unix-socket.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cmdline-opts/abstract-unix-socket.d b/docs/cmdline-opts/abstract-unix-socket.d
new file mode 100644
index 000000000..bb4467b67
--- /dev/null
+++ b/docs/cmdline-opts/abstract-unix-socket.d
@@ -0,0 +1,9 @@
+Long: abstract-unix-socket
+Arg: <path>
+Help: Connect through an abstract Unix domain socket
+Added: 7.53.0
+Protocols: HTTP
+---
+Connect through an abstract Unix domain socket, instead of using the network.
+Note: netstat shows the path of an abstract socket prefixed with '@', however
+the <path> argument should not have this leading character.