Total Pageviews

Wednesday 24 July 2019

zan-proxy

A proxy for your debug environment.
An extensible proxy for PC/Mobile/APP developer. 
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

  • Clean and user-friendly interface
  • Support HTTP, HTTPS and websocket
  • Support remote redirect rules
  • Modify the request target
  • Mock the response data
  • Custom plugins to modify default behaviour
  • Custom DNS resolving
  • GUI Configuration

Installation

Download from Github.

Interface

GUI

Web

Documentation

The detailed documentation can be refered here.

Running From Source Code

  1. install dependencies
    yarn
    cd webui && yarn
  2. start webui development mode
    yarn dev:ui
  3. start cli/gui development mode
    yarn dev:cli  # cli development mode
    yarn dev:gui  # gui development mode
  4. build
    yarn build:cli
    yarn build:gui

Plugins List

(PRs are welcomed to append the list)

Links

No comments:

Post a Comment