mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
internet.tor.sh: fix btc-rpc-explorer ports
This commit is contained in:
@@ -246,7 +246,7 @@ EOF
|
||||
# ACTIVATE APPS OVER TOR
|
||||
source /mnt/hdd/raspiblitz.conf 2>/dev/null
|
||||
if [ "${BTCRPCexplorer}" = "on" ]; then
|
||||
/home/admin/config.scripts/internet.hiddenservice.sh btc-rpc-explorer 80 3002
|
||||
/home/admin/config.scripts/internet.hiddenservice.sh btc-rpc-explorer 80 3022 443 3023
|
||||
fi
|
||||
if [ "${rtlWebinterface}" = "on" ]; then
|
||||
/home/admin/config.scripts/internet.hiddenservice.sh RTL 80 3002 443 3003
|
||||
|
Reference in New Issue
Block a user