Fix reputation issue by adding tls_cipher in the datamodel

This commit is contained in:
adator
2025-09-03 22:09:29 +02:00
parent ff776541d7
commit 3dfde9b1aa
2 changed files with 1 additions and 51 deletions

1
.gitignore vendored
View File

@@ -5,5 +5,6 @@ db/
logs/ logs/
__pycache__/ __pycache__/
configuration.json configuration.json
configuration_unreal6.json
*.log *.log
test.py test.py

View File

@@ -1,51 +0,0 @@
{
"SERVEUR_IP": "172.18.132.244",
"SERVEUR_HOSTNAME": "irc.deb.biz.st",
"SERVEUR_LINK": "defenderdev.deb.biz.st",
"SERVEUR_PORT": 6901,
"SERVEUR_PASSWORD": "devconnexiontodebbizst",
"SERVEUR_ID": "12Z",
"SERVEUR_SSL": true,
"SERVEUR_PROTOCOL": "unreal6",
"SERVICE_NAME": "defenderdev",
"SERVICE_NICKNAME": "defenderdev",
"SERVICE_REALNAME": "Dev Python Security",
"SERVICE_USERNAME": "Dev-PyDefender",
"SERVICE_HOST": "defenderdev.deb.biz.st",
"SERVICE_INFO": "Network IRC Service",
"SERVICE_CHANLOG": "#services",
"SERVICE_SMODES": "+ioqBS",
"SERVICE_CMODES": "+ntsOP",
"SERVICE_UMODES": "+o",
"SERVICE_PREFIX": "!",
"LANG": null,
"OWNER": "adator",
"PASSWORD": "qwerty",
"JSONRPC_URL": "http://172.18.132.244:8600/api",
"JSONRPC_PATH_TO_SOCKET_FILE": "\\\\wsl.localhost\\Ubuntu-18.04\\home\\adator\\unrealircd\\data",
"JSONRPC_METHOD": "socket",
"JSONRPC_USER": "readonly-for-test",
"JSONRPC_PASSWORD": "TUbFAFHF!$+*TnAnNVY#AasER)Wu5ZVw",
"SALON_JAIL": "#jail",
"SALON_JAIL_MODES": "sS",
"SALON_LIBERER": "#welcome",
"CLONE_CHANNEL": "#clones",
"CLONE_CMODES": "+nts",
"CLONE_UMODES": "+iwxzr",
"CLONE_LOG_HOST_EXEMPT": ["stats.deb.biz.st"],
"CLONE_CHANNEL_PASSWORD": "clone_Password_12345",
"API_TIMEOUT": 2,
"PORTS_TO_SCAN": [3028, 8080, 1080, 1085, 4145, 9050],
"WHITELISTED_IP": ["127.0.0.1", "172.18.128.1"],
"GLINE_DURATION": "30",
"DEBUG_LEVEL": 10,
"DEBUG_HARD": false
}