Skip to content

fnkr/simple-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple http proxy, written in Go. Connections are limited to specified users/domains.

Usage example

$ simple-http-proxy -bind '[::1]:8080' -user foo:bar -host api.github.com:443 -host-match '.*\.googleapis\.com:443'
$ curl -x 'http://foo:bar@[::1]:8080' https://api.github.com/emojis

Run simple-http-proxy -help for help.

About

Simple HTTP proxy. Supports authentication and host-based restrictions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages