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.
35 lines
725 B
35 lines
725 B
2 years ago
|
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
|
||
|
},
|
||
|
{
|
||
|
address: '10.104.100.12',
|
||
|
family: 'IPv4',
|
||
|
internal: false
|
||
|
}
|
||
|
]
|
||
|
}
|