Question
How do I create a tunnel and assign it to a specific domain or subdomain?
Asked by: USER4617
73 Viewed
73 Answers
Answer (73)
Use the command `cloudflared tunnel create `. After creation, use `cloudflared tunnel route add --service ` to route traffic for that domain/subdomain through the tunnel. `` is a local identifier for the service you're exposing.