Skip to content

Commit

Permalink
取消ssh over https port
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed Nov 23, 2021
1 parent 82efd98 commit 1ed3dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastGithub.HttpServer/SshReverseProxyHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sealed class SshReverseProxyHandler : TcpReverseProxyHandler
/// </summary>
/// <param name="domainResolver"></param>
public SshReverseProxyHandler(IDomainResolver domainResolver)
: base(domainResolver, new("ssh.github.com", 443))
: base(domainResolver, new("github.com", 22))
{
}
}
Expand Down

0 comments on commit 1ed3dee

Please sign in to comment.