Skip to content

Commit

Permalink
fix(docs): links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zu1k committed Jul 7, 2023
1 parent c757b2b commit 9f385e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,9 +8,9 @@
[![GitHub license](https://img.shields.io/github/license/zu1k/good-mitm)](https://github.com/zu1k/good-mitm/blob/master/LICENSE)
[![Docs](https://img.shields.io/badge/docs-read-blue.svg?style=flat)](https://good-mitm.zu1k.com/)

#### [中文版](github.com/zu1k/good-mitm/blob/master/README_zh.md)
#### [中文版](https://github.com/zu1k/good-mitm/blob/master/README_zh.md)

Utilize the `MITM` technique to perform operations such as `rewrite`, `redirect`, `reject` requests and responses.
Rule-based MITM engine. Rewriting, redirecting and rejecting on HTTP(S) requests and responses, supports JavaScript.

## Features

Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Expand Up @@ -8,9 +8,9 @@
[![GitHub license](https://img.shields.io/github/license/zu1k/good-mitm)](https://github.com/zu1k/good-mitm/blob/master/LICENSE)
[![Docs](https://img.shields.io/badge/docs-read-blue.svg?style=flat)](https://good-mitm.zu1k.com/)

#### [English](github.com/zu1k/good-mitm/blob/master/README.md)
#### [English](https://github.com/zu1k/good-mitm/blob/master/README.md)

利用`MITM`技术实现请求和返回的`重写``重定向``阻断`等操作
基于规则的 MITM 引擎,支持 HTTP(S) 请求和返回的重写、重定向和阻断操作,支持 JavaScript 脚本介入

## 功能

Expand Down

1 comment on commit 9f385e3

@vercel
Copy link

@vercel vercel bot commented on 9f385e3 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

good-mitm – ./

good-mitm-zu1k.vercel.app
good-mitm.vercel.app
good-mitm-git-master-zu1k.vercel.app

Please sign in to comment.