Explorar el Código

Note about reverting to dynamic IP

Bob Mottram hace 8 años
padre
commit
2baffb874f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver fichero

@@ -1304,7 +1304,7 @@ function set_static_IP {
1304 1304
     dialog --title $"Set a static local IP address" \
1305 1305
            --backtitle $"Freedombone Control Panel" \
1306 1306
            --inputbox $"In order to forward incoming internet traffic to this system most internet routers need to know a static local IP address to send the data to.\n\n
1307
-Enter a static local IP address for this system.\n\nIt will typically be ${IPv4_address_base}.x" 15 60 "$STATIC_IP" 2>$data
1307
+Enter a static local IP address for this system.\n\nIt will typically be ${IPv4_address_base}.x\n\nIf you leave this field blank then the system will revert to using a dynamic IP address." 18 60 "$STATIC_IP" 2>$data
1308 1308
     sel=$?
1309 1309
     case $sel in
1310 1310
         0) NEW_STATIC_IP=$(<$data)