Fixed Typo in Transparent Proxy Setup for Mac

Fixed typo referencing `en2` when it should mention `en0`
This commit is contained in:
Michael Shi 2018-03-26 21:30:14 -07:00 committed by GitHub
parent 2859ee2fa8
commit f6b616aa89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
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.