You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2023. It is now read-only.
fix: Remove unnecessary protocol arg in the "app" command (#156)
* The "preopen" behavior is implemented by the manager and the client
should not specify it.
* "tcppproxy" and "httpproxy" are the only API endpoints available.
* It is safe to assume the default protocol is "tcp" because internally
both "tcp" and "http" proxies have the same implementation that
transparently sends/recevies the TCP stream packets via the tunnel.
0 commit comments