add nostromo project json
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled

This commit is contained in:
2026-03-29 14:57:38 +02:00
parent de2cfbde73
commit 4bc69d3ab7

19
nostromo.project.json Normal file
View File

@@ -0,0 +1,19 @@
{
"schemaVersion": 1,
"slug": "aegis-dos-protection",
"title": "Aegis DOS Protection",
"description": "Aegis stands guard against denial-of-service attacks through efficient user-space packet processing, showcasing C++ expertise.",
"tags": ["C++", "Cyber Security", "DOS"],
"repo": {
"visibility": "public",
"url": "https://git.wieerwill.dev/wieerwill/aegis-dos-protection"
},
"site": {
"published": true,
"featured": false
},
"readme": {
"path": "README.md",
"excerptMode": "first-paragraph"
}
}