dev-tunnels
dev-tunnels copied to clipboard
Is it possible to access a local sql server instance using DevTunnel?
I was hoping to temporarily create a tunnel to my local sql server instance, but it doesn't seem to be successful.
I'm creating a tunnel on host 1433 and allow anonymous access temporarily. So the commands are as follows:
devtunnel host -p 1433 -a
I'm then using the host I get back to try and gain access. Something seems to be blocking it still. I presume TCP is not supported. Is there a way to support this?