Advertisement
safwan092

Untitled

Nov 8th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. nano stream.py
  2. //----------------------{
  3. //-------python code here
  4. //----------------------}
  5. python3 stream.py
  6. wget "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip"
  7. sudo unzip ngrok-stable-linux-arm.zip
  8. ./ngrok authtoken ####
  9. sudo nano /home/pi/.ngrok2/ngrok.yml
  10. //----------------------{
  11. authtoken: ####
  12. tunnels:
  13. dashboard:
  14. proto:http
  15. addr: 8000
  16. //----------------------}
  17. ./ngrok start --all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement