I have a server that uses FRP’s SSH port multiplexing. It is currently listening on port 22 to accept HTTP CONNECT requests and forward them to my Gitea SSH port. The current issue is: I want to add an SSH ProxyCommand-style command to the Gitea SSH clone URL. How can I do this?