Zan Proxy

An extensible proxy for PC/Mobile/APP developer
Alternatives To Zan Proxy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Frp72,0621810 days ago88July 25, 202379apache-2.0Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Mitmproxy32,376423503 days ago55November 02, 2022303mitPython
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Nps27,215
5 days ago53October 09, 2021464gpl-3.0Go
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
Grpc Gateway16,0766,619a day ago395July 28, 2023117bsd-3-clauseGo
gRPC to JSON proxy generator following the gRPC HTTP spec
Goproxy14,300
25 days ago17April 09, 2021118gpl-3.0Go
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Node Http Proxy13,499965a day ago85May 17, 2020584otherJavaScript
A full-featured http proxy for node.js
Whistle12,997112017 days ago567July 30, 202342mitJavaScript
HTTP, HTTP2, HTTPS, Websocket debugging proxy
Http Proxy Middleware10,134359,5367,40125 days ago79March 03, 202394mitTypeScript
:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
Proxychains Ng8,751
4 months ago119gpl-2.0C
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
Cow8,204
2 years agoJune 19, 2016240bsd-2-clauseGo
HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.
Alternatives To Zan Proxy
Select To Compare


Alternative Project Comparisons
Readme

logo

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

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

Upgrade To v5

Zan Proxy v5.0.0 did some incompatible change,you should pay attention to something when upgrading:

  1. To fit macOS 10.15 and ios 13, we replaced the Zan Proxy certificate(from 1024 bits to 2048 bits), we will automatically install the certificate for you on the Mac, but on other devices(like Windows、phone), you have to install the certificate manually.
  2. Change some config file fields, but you need not update it manually, Zan Proxy will update these files automatically.

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

Wechat Group

Scan the qrcode to join our wechat discussion group, please note that you want to join ZanProxy discussion group.

LICENSE

MIT

Popular Proxy Projects
Popular Http Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Http
Proxy
Gui
Websocket
Certificate
Https
Wechat
Proxy Server