doc: add release notes and help text for unix sockets

This commit is contained in:
Matthew Zipkin
2023-07-14 13:59:15 -04:00
parent bfe5192891
commit 567cec9a05
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
P2P
---
UNIX domain sockets can now be used for proxy connections. Set `-onion` or `-proxy`
to the local socket path with the prefix `unix:` (e.g. `-onion=unix:/home/me/torsocket`).
(#27375)