diff --git a/nostromo.project.json b/nostromo.project.json new file mode 100644 index 0000000..a3a632e --- /dev/null +++ b/nostromo.project.json @@ -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" + } +}