TCP
Usage
Create a TCP tunnel
loclx tunnel tcpCreate a TCP tunnel with temporary custom port
loclx tunnel tcp --port 4545Create a TCP tunnel with temporary custom port and forward it to custom local address
loclx tunnel tcp --port 4545 --to 192.168.10.3:6655Create a TCP tunnel with reserved endpoint
loclx tunnel tcp --reserved-endpoint us.loclx.io:4455Make sure to reserve the endpoint first before using it in your tunnels, read more here.
If you want to use your custom domain for your reserved endpoints, read more here.