Browse Source

change default to IP

master
Adam Gibson 4 years ago
parent
commit
13f9bb7588
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      jmclient/jmclient/configure.py

2
jmclient/jmclient/configure.py

@ -388,7 +388,7 @@ tor_control_port = 9051
# the host/port actually serving the hidden service
# (note the *virtual port*, that the client uses,
# is hardcoded to 80):
onion_serving_host = localhost
onion_serving_host = 127.0.0.1
onion_serving_port = 8080
# in some exceptional case the HS may be SSL configured,

Loading…
Cancel
Save