mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-07 12:24:38 +02:00
feat: config file + database connection / dockerfile
This commit is contained in:
13
config.json
Normal file
13
config.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"rules_dirpath": "/app/idps/rules",
|
||||
"ifaces": ["eth0", "eth1"],
|
||||
"db_host": "172.20.2.10",
|
||||
"db_database": "sidps",
|
||||
"db_user": "sidps",
|
||||
"db_password": "SUPERPASSWORD",
|
||||
"db_port": "3306",
|
||||
"synscan_time": 180,
|
||||
"synscan_count": 5,
|
||||
"tcpconnectscan_time": 180,
|
||||
"tcpconnectscan_count": 5
|
||||
}
|
Reference in New Issue
Block a user