diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-07 11:46:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-07 11:46:00 -0400 |
commit | e9b1d0619f49193369538283900a92c13018535d (patch) | |
tree | 6b71656bf8e3b9956f59c547917a535df722b260 /changes | |
parent | 2a3b65179056bdd55382434d610ef3ca89860783 (diff) | |
parent | 382a28951fc4830bc0cbc1ad781a5ba1e9d323cc (diff) | |
download | tor-e9b1d0619f49193369538283900a92c13018535d.tar.gz tor-e9b1d0619f49193369538283900a92c13018535d.zip |
Merge remote-tracking branch 'dgoulet/ticket18693_029_01'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature18693 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature18693 b/changes/feature18693 new file mode 100644 index 0000000000..ce7c9939a0 --- /dev/null +++ b/changes/feature18693 @@ -0,0 +1,5 @@ + o Minor feature (port flags): + - Add *Port flags NoDNSRequest and NoOnionTraffic, and + the synthetic flag OnionTrafficOnly, which is equivalent to + NoDNSRequest, NoIPv4Traffic, and NoIPv6Traffic. + Closes enhancement 18693; patch by "teor". |