From 13f9bb75885845220efa331fddc10ac80f8d0b16 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Tue, 19 Oct 2021 12:38:35 +0100 Subject: [PATCH] change default to IP --- jmclient/jmclient/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index c13cbb0..4a5f54d 100644 --- a/jmclient/jmclient/configure.py +++ b/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,