Skip to content

gmbno/front-entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

front-entry

Lightweight HTTP(s) reverse proxy

Usage

$ front-entry config.toml

Config

[proxy]
"rpc.gambinode.com" = "http://localhost:7072"
"ws.gambinode.com" = "http://localhost:7074"
"monitor.gambinode.com" = "http://localhost:8080"
"netdata.gambinode.com" = "http://localhost:19999"
"152.228.141.68" = "http://localhost:8080"

[tls]
"certfile" = "fullchain.pem"
"keyfile" = "privkey.pem"

A go routine watches for config file modifications & reload at runtime the map of source <-> destination

About

Lightweight HTTP(s) reverse proxy

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages