module.exports = { port: 9900, command: (interface) => { return `ip -6 addr show ${interface}` } }