dperson / torproxy

GNU Affero General Public License v3.0
515 stars 144 forks source link

Privoxy not working out of box #11

Closed andjelx closed 7 years ago

andjelx commented 7 years ago

I have found that part sed -i 's|\(127.0.0.1\|localhost\):8118|0.0.0.0:8118|' /etc/privoxy/config in Dockerfile is not working out of box. Have changed it to:sed -i 's|\(127.0.0.1\):8118|0.0.0.0:8118|' /etc/privoxy/config

dperson commented 7 years ago

Thank you for the report, it seemed like a fun idea to build the image, but I seldom use it. I really need to setup some automated testing...

The issue should be fixed now.