/zan-proxy

An extensible proxy

Primary LanguageVueMIT LicenseMIT

logo

Zan Proxy

A proxy for your debug environment

访问中文版

Build Status downloads npm version license

Zan Proxy is an HTTP proxy server written in Node.js, which can be used to modify requests and mock reponse data. It is also a tool for custom DNS resolving and requests monitoring. The proxy server can be easily configured by a user-friendly interface. In addition, a mechanism is provided for developers to customize the behavior of the server.

Features

  • Support HTTP, HTTPS and websocket
  • Modify the request target
  • Mock the response data
  • Custom plugins to modify default behaviour
  • Custom DNS resolving
  • GUI Configuration

Installation

npm i -g zan-proxy

Usage

zan-proxy

The website for management will be opened atomatically.

Documentation

The detailed documentation can be refered here.

Links

LICENSE

MIT