Files
ZERO_CODE/ZeroCodeProject/project_template/defend/config.json

50 lines
704 B
JSON
Raw Normal View History

2026-01-11 00:11:34 +08:00
{
"get_waf_info": {
"axios": {
"url": "",
"method": "",
"data": {},
"then": ""
}
},
"install_waf": {
"axios": {
"url": "",
"method": "",
"data": {},
"then": ""
}
},
"open_ufw": {
"axios": {
"url": "",
"method": "",
"data": {},
"then": ""
}
},
"get_log_analyze": {
"axios": {
"url": "",
"method": "",
"data": {},
"then": ""
}
},
"ban_ip": {
"axios": {
"url": "",
"method": "",
"data": {},
"then": ""
}
},
"get_ufw_status": {
"axios": {
"url": "",
"method": "",
"data": {},
"then": ""
}
}
}