aboutsummaryrefslogtreecommitdiff
path: root/changes/feature28361
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-23 11:47:40 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-23 11:47:40 -0400
commitf43fe890dd7987811c1ce2b9d91404b27c965f6a (patch)
treecb48e0511fe9c43adf55fc20adf93627530cf3c3 /changes/feature28361
parent2908086694ee3822c8d3116952bec5a415387d75 (diff)
parentbb9707420e87a1efc016aeac1e59edbfc6be3f87 (diff)
downloadtor-f43fe890dd7987811c1ce2b9d91404b27c965f6a.tar.gz
tor-f43fe890dd7987811c1ce2b9d91404b27c965f6a.zip
Merge remote-tracking branch 'tor-gitlab/mr/127'
Diffstat (limited to 'changes/feature28361')
-rw-r--r--changes/feature283615
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature28361 b/changes/feature28361
new file mode 100644
index 0000000000..55bed9aea0
--- /dev/null
+++ b/changes/feature28361
@@ -0,0 +1,5 @@
+ o Minor feature (configuration):
+ - Allows configuration options EntryNodes, ExcludeNodes,
+ ExcludeExitNodes, ExitNodes, MiddleNodes, HSLayer2Nodes and
+ HSLayer3Nodes to be specified multiple times. Closes ticket
+ 28361. Patch by Daniel Pinto.