222333
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
编码猿
2025-09-09 23:40:13 +08:00
parent a509e99aaf
commit b13ce0e795

View File

@@ -14,7 +14,7 @@ app.use((req, res, next) => {
next();
});
// 提供接口查询ubuntu server上的ipv6地址处理字符串后序列化为json返回
// 提供接口查询ubuntu server上的ipv6地址处理字符串后序列化为json返回.
app.get('/ip', async (req, res) => {
let output = execSync(command, { encoding: "utf8" });
res.json(await ip.parseNetworkInfo(output))