tomnomnom / meg

Fetch many paths for many hosts - without killing the hosts
MIT License
1.59k stars 266 forks source link

Adds proxy URL support for gohttp #79

Closed ghost closed 2 years ago

ghost commented 2 years ago

Referring to issue #39, the proxy feature relies on the golang HTTP built-ins. The initClient function in gohttp.go is responsible for setting up the proxy connection and is thus invoked after argument parsing.