2024-07-03 10:02:44 +01:00
|
|
|
--- a/TelnetV6.c
|
|
|
|
+++ b/TelnetV6.c
|
2024-08-30 12:35:44 +01:00
|
|
|
@@ -427,6 +427,7 @@
|
2024-07-05 08:34:18 +01:00
|
|
|
TCP->IPV4 = TRUE;
|
2024-08-30 10:16:14 +01:00
|
|
|
TCP->SecureTelnet = 1;
|
2024-07-05 08:34:18 +01:00
|
|
|
strcpy(TCP->CMSServer, "cms.winlink.org");
|
|
|
|
+ TCP->SecureTelnet = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
TNC = TNCInfo[Port];
|