mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +00:00
Fixed Typo in Transparent Proxy Setup for Mac
Fixed typo referencing `en2` when it should mention `en0`
This commit is contained in:
parent
2859ee2fa8
commit
f6b616aa89
@ -172,7 +172,7 @@ rdr on en0 inet proto tcp to any port {80, 443} -> 127.0.0.1 port 8080
|
|||||||
|
|
||||||
These rules tell pf to redirect all traffic destined for port 80 or 443
|
These rules tell pf to redirect all traffic destined for port 80 or 443
|
||||||
to the local mitmproxy instance running on port 8080. You should replace
|
to the local mitmproxy instance running on port 8080. You should replace
|
||||||
`en2` with the interface on which your test device will appear.
|
`en0` with the interface on which your test device will appear.
|
||||||
|
|
||||||
### 3. Configure pf with the rules.
|
### 3. Configure pf with the rules.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user