From 980b8aedd34caf2084fb217f50f24e7ea0308ac8 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 30 Jan 2017 20:07:37 +0100 Subject: Update shim path (#1968) --- docs/transparent.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/transparent.rst b/docs/transparent.rst index 8befbac5..889079af 100644 --- a/docs/transparent.rst +++ b/docs/transparent.rst @@ -44,7 +44,7 @@ This mode does require root privileges though. There's a wrapper in the examples called 'mitmproxy_shim.c', which will enable you to use this mode with dropped priviliges. It can be used as follows:: - gcc examples/mitmproxy_shim.c -o mitmproxy_shim -lcap + gcc examples/complex/full_transparency_shim.c -o mitmproxy_shim -lcap sudo chown root:root mitmproxy_shim sudo chmod u+s mitmproxy_shim ./mitmproxy_shim $(which mitmproxy) -T --spoof-source-address -- cgit v1.2.3