dperson / torproxy

GNU Affero General Public License v3.0
521 stars 146 forks source link

Modify healthcheck to allow for better connection verification and startup times #32

Closed zdzielinski closed 5 years ago

zdzielinski commented 5 years ago

This new healthcheck command allows for a faster startup time of the container health status (important if you are leveraging a waiting process to verify the container is healthy before continuing). This also verifies the privoxy http proxy as well as the tor socks proxy (via privoxy), and actually checks that we are connected to tor instead of just grabbing an IP address.

dperson commented 5 years ago

I made most of the changes you requested