mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +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/) :)
|
||||
|
||||
#### 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
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ if [ "${chain}" = "test" ]; then chainValue="on"; fi
|
||||
|
||||
# map domain to on/off
|
||||
domainValue="off"
|
||||
dynDomainMenu="'DynamicDNS (domainname)'"
|
||||
dynDomainMenu='"DynamicDNS (domainname)"'
|
||||
if [ ${#dynDomain} -gt 0 ]; then
|
||||
domainValue="on"
|
||||
dynDomainMenu="${dynDomain}"
|
||||
|
||||
@@ -7,10 +7,10 @@ source /mnt/hdd/raspiblitz.conf
|
||||
if [ ${#dynDomain} -eq 0 ]; then
|
||||
dialog --title " Just Local Network? " --yesno "If you want to connect with your RaspiBlitz
|
||||
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
|
||||
'Public Domain with dynamic IP'
|
||||
'Public Domain with DynamicDNS'
|
||||
https://github.com/rootzoll/raspiblitz
|
||||
|
||||
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:
|
||||
|
||||
For more details see chapter in GitHub README
|
||||
'Public Domain with dynamic IP'
|
||||
'Public Domain with DynamicDNS'
|
||||
https://github.com/rootzoll/raspiblitz
|
||||
|
||||
example: freedns.afraid.org
|
||||
|
||||
Reference in New Issue
Block a user