Skip to content

fautore/yasgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YASGP - Yet Another Silly Go Proxy

YASGP is, as it's name implies, a proxy written in pure go

usage

  • write your configuration file to config.yasgp (currently yasgp looks for config.yasgp in the project root), more on that later
  • compile and run
  • enjoy your proxy!

configuration

yasgp uses a configuration file separated in lines, below an example:

port 8080
http://foo.org to http://localhost:5000
http://foo.net to http://localhost:5001
http://bar.com/bar to http://localhost:5002

About

yasgp - Yet Another Silly Go Proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages