|  | @@ -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
 |