feat: Add initial frontend logic for network utilities (IP info, lookup, traceroute, port scan) and a backend route for MAC lookup.

This commit is contained in:
2026-01-02 17:56:31 +01:00
parent ff0fd1098b
commit a7d8654d3c
4 changed files with 43 additions and 17 deletions

View File

@@ -17,6 +17,7 @@
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"macaddress": "^0.5.3",
"oui": "^13.1.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"qs": "^6.14.1",