Skip to content

ox/prawksee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prawksee

Proxies requests to backend servers.

Configuration looks like:

[servers.hello]
  bind = 8001
  network = 'tcp'
  address = 'localhost:9001'

[servers.world]
  bind = 8002
  network = 'tcp'
  address = 'localhost:9002'

Run it:

% prawksee -config path-to-config.toml

About

Reverse proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages