Duane Wessels
Results
2
issues of
Duane Wessels
In anonymization plugins, determining client vs server by port can lead to unanonymized packets. For example, this code: ``` if (only_clients && sport == dns_port) { from = 0; break;...
help wanted