Selaa lähdekoodia

Updating install instructions

Bob Mottram 10 vuotta sitten
vanhempi
commit
8e77e01c08
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-prep

+ 1
- 1
src/freedombone-prep Näytä tiedosto

183
 echo ''
183
 echo ''
184
 echo 'Finally you can use the freedombone command to install a server configuration:'
184
 echo 'Finally you can use the freedombone command to install a server configuration:'
185
 echo ''
185
 echo ''
186
-echo "    freedombone --bbb -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS"
186
+echo "    freedombone --bbb -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS --ddns [dynamic DNS provider domain] --ddnsuser [dynamic DNS username] --ddnspass [dynamic DNS password]"
187
 echo ''
187
 echo ''
188
 echo 'See the manpage for more information on how to use the freedombone command.'
188
 echo 'See the manpage for more information on how to use the freedombone command.'
189
 exit 0
189
 exit 0