You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
610 B
30 lines
610 B
module.exports = { |
|
lo0: [ |
|
{ |
|
address: 'fe80::1', |
|
family: 'IPv6', |
|
internal: true |
|
}, |
|
{ |
|
address: '127.0.0.1', |
|
family: 'IPv4', |
|
internal: true |
|
}, |
|
{ |
|
address: '::1', |
|
family: 'IPv6', |
|
internal: true |
|
} |
|
], |
|
en0: [ |
|
{ |
|
address: 'fe80::22c9:d0ff:fe44:6415', |
|
family: 'IPv6', |
|
internal: false }, |
|
{ |
|
address: '10.104.103.181', |
|
family: 'IPv4', |
|
internal: false |
|
} |
|
] |
|
} |