This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports = {
|
||||
port: 9900,
|
||||
command: 'ip -6 addr show enp3s0'
|
||||
command: (interface) => {
|
||||
return `ip -6 addr show ${interface}`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user