Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛how to one command multiple services? #1373

Open
la0wei opened this issue Dec 19, 2024 · 0 comments
Open

🐛how to one command multiple services? #1373

la0wei opened this issue Dec 19, 2024 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working

Comments

@la0wei
Copy link

la0wei commented Dec 19, 2024

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
cf

on windows ,running
cloudflared access tcp --hostname xxx.xxx.com --url localhost:8080
it'working

Expected behavior
I added another service
cf2
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

@la0wei la0wei added Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant