Skip to content

Commit

Permalink
close #655, make 23 telnet default port
Browse files Browse the repository at this point in the history
  • Loading branch information
VShawn committed Apr 28, 2024
1 parent 5d408c2 commit 38e8e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ui/Model/Protocol/Telnet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class Telnet : ProtocolBaseWithAddressPort, IKittyConnectable
public static string ProtocolName = "Telnet";
public Telnet() : base(Telnet.ProtocolName, "Putty.Telnet.V1", "Telnet")
{
base.Port = "23";
}

public override bool IsOnlyOneInstance()
Expand Down

0 comments on commit 38e8e7b

Please sign in to comment.