aboutsummaryrefslogtreecommitdiff
path: root/changes/feature28361
diff options
context:
space:
mode:
authorDaniel Pinto <danielpinto52@gmail.com>2020-08-12 00:24:30 +0100
committerDaniel Pinto <danielpinto52@gmail.com>2020-10-21 01:53:50 +0100
commitbb9707420e87a1efc016aeac1e59edbfc6be3f87 (patch)
tree203fd6f579e575a0a4ae0302ffc35020e657bc29 /changes/feature28361
parent66cd12e044a33870e5ce0732de21a1d7810d2469 (diff)
downloadtor-bb9707420e87a1efc016aeac1e59edbfc6be3f87.tar.gz
tor-bb9707420e87a1efc016aeac1e59edbfc6be3f87.zip
Allow mutiple lines on configuration for ROUTERSET entries. #28361
Affected entries are: EntryNodes, ExcludeNodes, ExcludeExitNodes, ExitNodes, MiddleNodes, HSLayer2Nodes and HSLayer3Nodes.
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.