commit f0f5ea0bbc8444b641c31c44f9fa4939269d1dd9
parent 5d21e52aeed8ecdf092232d079e314229009e9bf
Author: Nick <nicholas.w.farrow@gmail.com>
Date: Wed, 27 Jan 2021 19:14:48 +1100
Fix missing tunnel bug
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
@@ -13,7 +13,7 @@ password = "RPAPASSWORD"
# Make sure this command works `ssh HOST@IP -q -N -L 8332:localhost:8332`
# This forwards the ports required to talk to the node via RPC (or gRPC in the case of lightning)
# Use host = "127.0.0.1" and you will be able to see your node on 8332
-#tunnel_host = "HOST@IP"
+tunnel_host = None #"HOST@IP"
# Check for payment every xx seconds
pollrate = 15