You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Server:debian12 x86_64
Service: TCP 127.0.0.1:8080
Client:OS Windows 10 22H2
cloudflared-windows-amd64.exe 2024.12.1
I've configured a tunnel on one.dash.cloudflare.com
on windows ,running
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8080
it'working
Expected behavior
I added another service
so I have to run the sametime
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8080
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8081
How can I run
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8080 --url localhost:8081
one CLI two services
it seems the last --url localhost:8081 will overwrite the previous one
It need only one cloudflared instance
The text was updated successfully, but these errors were encountered:
Describe the bug
Server:debian12 x86_64
Service: TCP 127.0.0.1:8080
Client:OS Windows 10 22H2
cloudflared-windows-amd64.exe 2024.12.1
I've configured a tunnel on one.dash.cloudflare.com
on windows ,running
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8080
it'working
Expected behavior
I added another service
so I have to run the sametime
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8080
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8081
How can I run
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8080 --url localhost:8081
one CLI two services
it seems the last --url localhost:8081 will overwrite the previous one
It need only one cloudflared instance
The text was updated successfully, but these errors were encountered: