Fix reputation issue by adding tls_cipher in the datamodel

This commit is contained in:
adator
2025-09-03 22:05:34 +02:00
parent b306968115
commit ff776541d7
2 changed files with 52 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ class MReputation(MainModel):
umodes: str = None
vhost: str = None
fingerprint: str = None
tls_cipher: str = None
isWebirc: bool = False
isWebsocket: bool = False
remote_ip: str = None