diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:21:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:21:41 -0400 |
commit | af70e4313160b792e8e8b4717f3cab828e4de42f (patch) | |
tree | de7d0e8a836b8c2c61177d2c0df4bbe8fda84aa3 /changes | |
parent | 9615ad338f4d40934deee92ee5e5bad7dac52148 (diff) | |
parent | 05aed5b635fa7148fe2a4ea87e7296fa6bec3087 (diff) | |
download | tor-af70e4313160b792e8e8b4717f3cab828e4de42f.tar.gz tor-af70e4313160b792e8e8b4717f3cab828e4de42f.zip |
Merge remote-tracking branch 'public/spaces_in_unix_addrs'
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. + |