Skip to content

Instantly share code, notes, and snippets.

@rameshkrishna
Last active August 13, 2021 11:56
Show Gist options
  • Save rameshkrishna/fc926cba19dba06a5fd9f9ea3d014fee to your computer and use it in GitHub Desktop.
Save rameshkrishna/fc926cba19dba06a5fd9f9ea3d014fee to your computer and use it in GitHub Desktop.
Cloudflared Tunnel
cloudflared tunnel login
cloudflared tunnel create tunnelName
cloudflared tunnel route dns tunnelName tunnelName.domain.com
#after this you can delete cert.pem file for security reasons from now on only tunnel crediential are sufficient
#Change port number as required, if ssh or rdp enable rendering in cloudflare teams
cloudflared tunnel run --url http://127.0.0.1:8000 tunnelName
Add tunnel application in Cloudlare Teams to protect or to render.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment