This returns an error config: listener: my-ssh: unsupported protocol.
When trying with protocol: TCP (or even protocol: asdf), it continues loading, the upstream is created but I was unable to connect. It looks like the TCP configuration was not loaded correctly.
I'm getting started with Piko and tried to configure a TCP Listener in the configuration file.
This returns an error
config: listener: my-ssh: unsupported protocol
.When trying with
protocol: TCP
(or evenprotocol: asdf
), it continues loading, the upstream is created but I was unable to connect. It looks like the TCP configuration was not loaded correctly.