mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
fix dialog
This commit is contained in:
@@ -259,7 +259,7 @@ You can find setup instructions here: https://goo.gl/KnTzLu
|
|||||||
|
|
||||||
Thanks to @RobEdb (ask on twitter for more details) running his demo store with RaspiBlitz: https://store.edberg.eu - buy a picture of [him and Andreas](https://store.edberg.eu/produkt/jag-andreas/) :)
|
Thanks to @RobEdb (ask on twitter for more details) running his demo store with RaspiBlitz: https://store.edberg.eu - buy a picture of [him and Andreas](https://store.edberg.eu/produkt/jag-andreas/) :)
|
||||||
|
|
||||||
#### Public Domain with dynamic IP
|
#### Public Domain with DynamicDNS
|
||||||
|
|
||||||
This is a way to make your RaspiBlitz publicly reachable from the internet so that other nodes can open channels with you and you can connect with the
|
This is a way to make your RaspiBlitz publicly reachable from the internet so that other nodes can open channels with you and you can connect with the
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if [ "${chain}" = "test" ]; then chainValue="on"; fi
|
|||||||
|
|
||||||
# map domain to on/off
|
# map domain to on/off
|
||||||
domainValue="off"
|
domainValue="off"
|
||||||
dynDomainMenu="'DynamicDNS (domainname)'"
|
dynDomainMenu='"DynamicDNS (domainname)"'
|
||||||
if [ ${#dynDomain} -gt 0 ]; then
|
if [ ${#dynDomain} -gt 0 ]; then
|
||||||
domainValue="on"
|
domainValue="on"
|
||||||
dynDomainMenu="${dynDomain}"
|
dynDomainMenu="${dynDomain}"
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ source /mnt/hdd/raspiblitz.conf
|
|||||||
if [ ${#dynDomain} -eq 0 ]; then
|
if [ ${#dynDomain} -eq 0 ]; then
|
||||||
dialog --title " Just Local Network? " --yesno "If you want to connect with your RaspiBlitz
|
dialog --title " Just Local Network? " --yesno "If you want to connect with your RaspiBlitz
|
||||||
also from outside your local network you need to
|
also from outside your local network you need to
|
||||||
activate 'Services' -> 'Dynamic Domain' FIRST.
|
activate 'Services' -> 'DynamicDNS' FIRST.
|
||||||
|
|
||||||
For more details see chapter in GitHub README
|
For more details see chapter in GitHub README
|
||||||
'Public Domain with dynamic IP'
|
'Public Domain with DynamicDNS'
|
||||||
https://github.com/rootzoll/raspiblitz
|
https://github.com/rootzoll/raspiblitz
|
||||||
|
|
||||||
Do you JUST want to connect with your mobile,
|
Do you JUST want to connect with your mobile,
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then
|
|||||||
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
|
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
|
||||||
|
|
||||||
For more details see chapter in GitHub README
|
For more details see chapter in GitHub README
|
||||||
'Public Domain with dynamic IP'
|
'Public Domain with DynamicDNS'
|
||||||
https://github.com/rootzoll/raspiblitz
|
https://github.com/rootzoll/raspiblitz
|
||||||
|
|
||||||
example: freedns.afraid.org
|
example: freedns.afraid.org
|
||||||
|
|||||||
Reference in New Issue
Block a user