mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 19:24:23 +00:00
Fix reputation issue by adding tls_cipher in the datamodel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user