Skip to content
New issue

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 #31

Open
timwhitez opened this issue Oct 21, 2020 · 2 comments
Open

how to change hpts 127.0.0.1:15379 to 0.0.0.0:15379 #31

timwhitez opened this issue Oct 21, 2020 · 2 comments

Comments

@timwhitez
Copy link

how to change hpts 127.0.0.1:15379 to 0.0.0.0:15379

i change the CreateWebProxyProcess but its not work

@timwhitez
Copy link
Author

and how to change privoxy 127.0.0.1:15379 to 0.0.0.0:15379

@teymourian
Copy link

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 &

and for privoxy
edit templates/privoxy-template.cfg
add

listen-address 0.0.0.0:8118

have nice time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants