diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature18753 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature18753 b/changes/feature18753 new file mode 100644 index 0000000000..2eb0e359da --- /dev/null +++ b/changes/feature18753 @@ -0,0 +1,6 @@ + o Minor features (unix domain sockets): + - When configuring a unix domain socket for a SocksPort, + ControlPort, or Hidden service, you can now wrap the address + in quotes, using C-style escapes inside the quotes. This + allows unix domain socket paths to contain spaces. + |