aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthew Zipkin <pinheadmz@gmail.com>2023-07-14 13:59:15 -0400
committerMatthew Zipkin <pinheadmz@gmail.com>2024-03-01 14:47:29 -0500
commit567cec9a05e1261e955535f734826b12341684b6 (patch)
tree1d4998fbeb22601487b444ac60add1a4da9df34c /doc
parentbfe51928911daf484ae07deb52a7ff0bcb2526ae (diff)
downloadbitcoin-567cec9a05e1261e955535f734826b12341684b6.tar.xz
doc: add release notes and help text for unix sockets
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-27375.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-27375.md b/doc/release-notes-27375.md
new file mode 100644
index 0000000000..e3f4ebdf77
--- /dev/null
+++ b/doc/release-notes-27375.md
@@ -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) \ No newline at end of file