diff --git a/commands/admin/checkip.js b/commands/admin/checkip.js index ec560b8..67b8f27 100644 --- a/commands/admin/checkip.js +++ b/commands/admin/checkip.js @@ -21,7 +21,7 @@ const {Command} = require('../../lib.js') for (const net of nets[name]) { const familyV4Value = typeof net.family === 'string' ? 'IPv4' : 4 - if (net.family === familyV4Value && !net.internal && name=='wlp3s0') + if (net.family === familyV4Value && !net.internal) { if (!results[name]) results[name] = []; results[name].push(net.address);