cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

Fix: Can't use Unix Sockets in Quick Tunnel mode

Open rhyswilliamsza opened this issue 1 year ago • 0 comments

From https://github.com/cloudflare/cloudflared/issues/1294:

When you try to use a unix socket (--unix-socket) without a domain configured, cloudflared still asks for the --url parameter.

This PR aims to address the above by adding unix-socket as an accepted flag for spawning quick tunnels. I unfortunately couldn't find an elegant way to mock out the RunQuickTunnel command, so I had to add a small work around. Please let me know if there is a better standard for this.

Thanks!

rhyswilliamsza avatar Dec 10 '24 11:12 rhyswilliamsza