mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
homer fix missing local IP in menu (#3448)
This commit is contained in:
parent
6e426871a9
commit
c71bdc2f77
@ -34,7 +34,7 @@ if [ "$1" = "menu" ]; then
|
|||||||
# TOR
|
# TOR
|
||||||
/home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
|
/home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
|
||||||
whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert:
|
whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert:
|
||||||
https://${localip}:4091\n
|
https://${localIP}:4091\n
|
||||||
SHA1 Thumb/Fingerprint:
|
SHA1 Thumb/Fingerprint:
|
||||||
${fingerprint}\n
|
${fingerprint}\n
|
||||||
Hidden Service address for TOR Browser (QR see LCD):
|
Hidden Service address for TOR Browser (QR see LCD):
|
||||||
@ -46,7 +46,7 @@ ${additionalInfo}
|
|||||||
|
|
||||||
# IP + Domain
|
# IP + Domain
|
||||||
whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert:
|
whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert:
|
||||||
https://${localip}:4091\n
|
https://${localIP}:4091\n
|
||||||
SHA1 Thumb/Fingerprint:
|
SHA1 Thumb/Fingerprint:
|
||||||
${fingerprint}\n
|
${fingerprint}\n
|
||||||
Activate TOR to access the web block explorer from outside your local network.\n
|
Activate TOR to access the web block explorer from outside your local network.\n
|
||||||
|
Loading…
Reference in New Issue
Block a user