←back to thread

664 points alexflint | 1 comments | | HN request time: 0.244s | source
Show context
q2dg ◴[] No.42922458[source]
Mitmproxy v11.1 can do a similar thing
replies(2): >>42923311 #>>42929904 #
jeroenhd ◴[] No.42929904[source]
The downside to using mitmproxy for this is that mitmproxy uses eBPF which requires (temporary) root privileges to set up. This tool works without root access on most distros (you do need TUN write access).
replies(1): >>42930279 #
1. drio ◴[] No.42930279[source]
That’s interesting. Tailscale userspace mode does not require tun write access as (I believe) is implemented within the process that runs the gvisor stack (tailscaled). I am wondering if httptap could use the same approach?