dperson / torproxy

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

Privoxy error #13

Closed lukemaxwell closed 7 years ago

lukemaxwell commented 7 years ago

The latest image is complaining about a misconfiguration of the privoxy listen-address:

Error: Ignoring unrecognized directive '[::]:8118' (41319776U) in line 784 in configuration file (/etc/privoxy/config).

Amending line 784 of /etc/privoxy/config from [::]:8118 to listen-address [::]:8118 fixed it.

dperson commented 7 years ago

Thank you very much for the report. It should be fixed now.