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