Merge branch 'tor-github/pr/1898'

This commit is contained in:
George Kadianakis
2020-05-27 15:17:55 +03:00
4 changed files with 51 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (v3 onion servies):
- Add v3 onion service status to the dumpstats() call which is
triggered by a SIGUSR1 signal. Previously, we only did v2
onion services. Closes ticket 24844. Patch by Neel Chauhan.