Skip to content

onion-tunnel: Hide `pcap` behind a feature flag

Clara Engler requested to merge cve/onionmasq:dev/cve/pcap into main

This commit hides the pcap related functionality behind a conditional compilation flag because it is a dangerous feature for productive systems, but crucial for debugging.

In the onionmasq-apple and onionmasq-mobile crates it makes use of these features, although it remains discussable to whether hide it in those crates behind a similarly named flag as well.

Fixes #131 (closed)

Merge request reports

Loading