Skip to content
/ chproxy Public

Simple reverse proxy in Go to secure requests on a chrome headless proxy

License

Notifications You must be signed in to change notification settings

cberez/chproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Headless Proxy

Build Status

Simple Go proxy to secure access to one or more chrome headless instancess. If multiple chrome headless instances are specified, it will randomly choose one.

Build

go build

Run

make start
# or
go run -addresses=host:port,... -port=8080 -timeout=5 -apikey="some api key"

-addresses expects chrome headless addresses.

Test

make test # expects a chrome headless running on localhost:9222
# or
make local_test # expects chromium installed

About

Simple reverse proxy in Go to secure requests on a chrome headless proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published