cloudflared
cloudflared copied to clipboard
tcp with telnet (as an example) broken?
On local machine: busybox telnetd (telnet server on port 23) then: cloudflared tunnel --bastion
on remote machine: cloudflared access tcp --hostname some-funny-words.trycloudflare.com --destination 192.168.x.y:23
The connection works but telnet negotiation and terminal inquiry are broken and I see escape sequences on screen.
also: if instead of telnet, on the local machine I have a socks proxy, I tried everything but I couldn't make cloudflared work with that.
so?