Browse Source

Updating install instructions

Bob Mottram 10 years ago
parent
commit
8e77e01c08
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-prep

+ 1
- 1
src/freedombone-prep View File

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