mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Parse *Port flags NoDNSRequest, NoOnionTraffic & OnionTrafficOnly
OnionTrafficOnly is equivalent to NoDNSRequest, NoIPv4Traffic, and NoIPv6Traffic. Add unit tests for parsing and checking option validity. Add documentation for each flag to the man page. Add changes file for all of #18693. Parsing only: the flags do not change client behaviour (yet!)
This commit is contained in:
committed by
David Goulet
parent
00ec701f83
commit
41cc1f612b
@@ -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".
|
||||
Reference in New Issue
Block a user