Merge branch 'reapply-exit-policy-on-reload' into 'main'

reapply exit policy on reload

Closes #40676

See merge request tpo/core/tor!735
This commit is contained in:
David Goulet
2023-08-25 16:55:40 +00:00
8 changed files with 96 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor feature (exit policies):
- Implement reevaluating new exit policy against existing connections. This
is controlled by new config option ReevaluateExitPolicy, defaulting to 0.
Closes ticket 40676.