From 852c3fd80ce9b7882ae835aa2a7b27bce6e9659d Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 2 Apr 2019 22:39:09 +0100 Subject: [PATCH] updated FAQ --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 4b46bf7..41517c2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -644,11 +644,11 @@ You can add those at the end of the file, save and reboot. On the RaspiBlitz you can then setup for example to forward the gRPC port 10009 (internal port) to the port 20009 on the public server (external port) with the user = `test` and server address = `raspiblitz.com` with the following command: -`/home/admin/config.scripts/internet.sshtunnel.py on test@raspiblitz.com 10009<20009` +`/home/admin/config.scripts/internet.sshtunnel.py on test@raspiblitz.com "10009<20009"` You can even set multiple port forwardings like with: -`/home/admin/config.scripts/internet.sshtunnel.py on test@raspiblitz.com 10009<20009 8080<9090` +`/home/admin/config.scripts/internet.sshtunnel.py on test@raspiblitz.com "10009<20009" "8080<9090"` Please beware that after you set such a port forwarding you need to set the domain of the public server as a `DynamicDNS` name (leave update url empty) and then connect mobile wallets fresh or export again the macaroons/certs. When connecting the mobile wallets you may need to adjust ports manually after QR code scan. And if you SSH tunnel the LND node port `9735` you may also need to sun the custom LND port script and maybe also a manual set of the domain in the LND service is needed. This all is very experimental at the moment ... better integration will come in the future.