取消ssh over https port

This commit is contained in:
陈国伟 2021-11-23 17:43:53 +08:00
parent 82efd98448
commit 1ed3dee689

View File

@ -12,7 +12,7 @@ namespace FastGithub.HttpServer
/// </summary>
/// <param name="domainResolver"></param>
public SshReverseProxyHandler(IDomainResolver domainResolver)
: base(domainResolver, new("ssh.github.com", 443))
: base(domainResolver, new("github.com", 22))
{
}
}