We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to change hpts 127.0.0.1:15379 to 0.0.0.0:15379
i change the CreateWebProxyProcess but its not work
The text was updated successfully, but these errors were encountered:
and how to change privoxy 127.0.0.1:15379 to 0.0.0.0:15379
Sorry, something went wrong.
hi dear
for hpts
you can edit /lib/CreateWebProxyProcess file line 96 and 173
hpts -s 127.0.0.1:"${_bk_port}" -p "${_bk_port_new}" >/dev/null 2>&1 & to hpts -s 127.0.0.1:"${_bk_port}" -l 0.0.0.0 -p "${_bk_port_new}" >/dev/null 2>&1 &
hpts -s 127.0.0.1:"${_bk_port}" -p "${_bk_port_new}" >/dev/null 2>&1 &
hpts -s 127.0.0.1:"${_bk_port}" -l 0.0.0.0 -p "${_bk_port_new}" >/dev/null 2>&1 &
and for privoxy edit templates/privoxy-template.cfg add
listen-address 0.0.0.0:8118
have nice time
No branches or pull requests
how to change hpts 127.0.0.1:15379 to 0.0.0.0:15379
i change the CreateWebProxyProcess but its not work
The text was updated successfully, but these errors were encountered: