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 # ------------