tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ac2c4b1e4ae297b33be6c971fd0e4aca1198b282
parent 3c70f26dc07cea98e009dc8b15009ca8e72ba226
Author: Daniel Pinto <danielpinto52@gmail.com>
Date:   Wed,  3 Jun 2020 22:09:58 +0100

Changes file for #25140

Diffstat:
Achanges/feature25140 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/feature25140 b/changes/feature25140 @@ -0,0 +1,3 @@ + o Minor feature (configuration): + - Allow the using wildcards (* and ?) with the %include option on + configuration files. Closes ticket 25140. Patch by Daniel Pinto.