first commit

This commit is contained in:
编码猿
2025-09-09 08:57:01 +08:00
commit 01c6885a2b
5 changed files with 186 additions and 0 deletions

4
config/index.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
port: 9900,
command: 'ip -6 addr show enp3s0'
}