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.
19 lines
358 B
19 lines
358 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
|
||
|
}
|
||
|
]
|
||
|
}
|