From 6efde55a3b4f770c03433ba6bdaeaa998a9f4d5a Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sat, 19 Aug 2023 10:42:53 +0200 Subject: [PATCH] enable hmac by default --- tnc/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/static.py b/tnc/static.py index 88320af5..efccccf4 100644 --- a/tnc/static.py +++ b/tnc/static.py @@ -143,7 +143,7 @@ class TNC: respond_to_call: bool = True # respond to cq, ping, connection request, file request if not in session heard_stations = [] listen: bool = True - enable_hmac: bool = False + enable_hmac: bool = True # ------------