Skip to content

A tiny easy-to-use reverse proxy server written by golang.

Notifications You must be signed in to change notification settings

chuanyi/rproxyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RProxyd

A tiny easy-to-use reverse proxy written by golang.

Config

RProxyd using ./rproxyd as its config file, and supported commands as follows:

  • listen ip:port

    listen address, listen :8888 for example.

  • proxy /route http://ip:port

    proxy rule, proxy /api http://127.0.0.1:15000/ for example.

    RProxyd will try to match-router-rule one by one, if failed, return 404.

Build

>go build rproxyd.go

Service

You can use NSSM to let rproxyd run as a windows service.

About

A tiny easy-to-use reverse proxy server written by golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages