From 5d125856cd0d9d216f615386c2d187384fb6513c Mon Sep 17 00:00:00 2001 From: Mike Quin Date: Tue, 2 Jul 2024 19:48:28 +0100 Subject: [PATCH] bpq32.cfg: Set SECURETELNET on Telnet port The SECURETELNET option restricts outbound telnet connections from the node to users who have authenticated. --- debian/bpq32.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/bpq32.cfg b/debian/bpq32.cfg index 458ce81..08d1091 100644 --- a/debian/bpq32.cfg +++ b/debian/bpq32.cfg @@ -34,6 +34,7 @@ PORT LOGGING=1 CMS=1 DisconnectOnClose=1 + SECURETELNET=1 TCPPORT=8010 FBBPORT=8011 HTTPPORT=8008