Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Steps to start Stun Server

Code Block
breakoutModewide
languagebash
curl -q -s https://remote-roostprod.s3-us-west-1.amazonaws.com/roost-enterprise.sh -o $HOME/roost-enterprise.sh
chmod +x $HOME/roost-enterprise.sh
$HOME/roost-enterprise.sh -i stun -e <roostControlPlaneIP:Port>

example:$HOME/roost-enterprise.sh -i stun -e roost.io:443

The below steps are for Internal Team Only

...