checkip fix2 - show all ipv4 interfaces

master
Cristiano Pires 2 years ago
parent 407775950c
commit aa422de511

@ -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);

Loading…
Cancel
Save