取消ssh over https port
This commit is contained in:
parent
82efd98448
commit
1ed3dee689
@ -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))
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user