What is the name of the domain?
What is the issue you’re encountering
Connectivity to localhost
What are the steps to reproduce the issue?
Hi all,
I am using WARP on Linux and then I start cloudflared on Windows. I start a PowerShell tcp listener on Windows port 9000 on all interfaces and I can connect to it via netcat on Linux without problems:
nc WindowsIP 9000
I then start the listener on localhost but I can’t get to it via WARP even after adding 127.0.0.1 to my include split tunnel. Command:
nc 127.0.0.1 9000
Should this work or am I missing something?
I’m struggling to envisage how Linux would know to send the netcat data through WARP interface rather than my own Linux localhost.
Thanks
David
p.s. I can’t use the cloudflared url feature to share port 9000 as it complains about the listener already started by powershell.