fd_device: allow fd to be passed through a unix socket
[oweals/tinc.git] / doc / tinc.conf.5.in
index a907e5fc61b11a84e683887f7e9fd979534c3b21..acdce0f69372451d5afc7ad50275732d6b893544 100644 (file)
@@ -235,7 +235,8 @@ Do NOT connect multiple
 daemons to the same multicast address, this will very likely cause routing loops.
 Also note that this can cause decrypted VPN packets to be sent out on a real network if misconfigured.
 .It fd
-Use a file descriptor.
+Use a file descriptor, given directly as an integer or passed through a unix domain socket.
+On Linux, an abstract socket address can be specified by using "@" as a prefix.
 All packets are read from this interface.
 Packets received for the local node are written to it.
 .It uml Pq not compiled in by default