Last active
August 13, 2021 11:56
-
-
Save rameshkrishna/fc926cba19dba06a5fd9f9ea3d014fee to your computer and use it in GitHub Desktop.
Cloudflared Tunnel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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