|
@@ -5,8 +5,9 @@
|
|
|
[](https://github.com/zu1k/good-mitm/issues)
|
|
|
[](https://github.com/zu1k/good-mitm/actions/workflows/build.yml)
|
|
|
[](https://github.com/zu1k/good-mitm/blob/master/LICENSE)
|
|
|
+[](https://good-mitm.lgf.im)
|
|
|
|
|
|
-Use MITM technology to provide features like `rewrite`, `redirect`.
|
|
|
+Use MITM technology to provide features like `rewrite`, `redirect`, `reject`.
|
|
|
|
|
|
## Usage
|
|
|
|
|
@@ -30,17 +31,6 @@ You need to trust the root certificate just generated, either by adding trust in
|
|
|
|
|
|
Adding `http` and `https` proxies to the browser, `http://127.0.0.1:34567` if not modified.
|
|
|
|
|
|
-### Test Demo Rules
|
|
|
-
|
|
|
-Now I add two demo websites, removing ADs using good-MITM `rewrite` feature.
|
|
|
-
|
|
|
-You should use the demo rule file, `good-mitm.exe -k private.key -c cert.crt -r ads.yaml`
|
|
|
-
|
|
|
-See the effect by comparing the content(ads) with and without using `good-MITM`.
|
|
|
-
|
|
|
-- [低端影视](https://ddrk.me/)
|
|
|
-- [奈菲影视](https://www.nfmovies.com/)
|
|
|
-
|
|
|
## Thanks
|
|
|
|
|
|
- [**hudsucker**](https://github.com/omjadas/hudsucker): a Rust crate providing MITM features
|