YASGP is, as it's name implies, a proxy written in pure go
- write your configuration file to
config.yasgp
(currently yasgp looks forconfig.yasgp
in the project root), more on that later - compile and run
- enjoy your proxy!
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