소스 검색

Updating install instructions

Bob Mottram 10 년 전
부모
커밋
8e77e01c08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-prep

+ 1
- 1
src/freedombone-prep 파일 보기

@@ -183,7 +183,7 @@ echo '    cd freedombone'
183 183
 echo ''
184 184
 echo 'Finally you can use the freedombone command to install a server configuration:'
185 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 187
 echo ''
188 188
 echo 'See the manpage for more information on how to use the freedombone command.'
189 189
 exit 0