fix(kasen): networking config

This commit is contained in:
arcnmx 2024-05-10 16:24:44 -07:00
parent 06471a7b34
commit 6cfaf82535
6 changed files with 55 additions and 7 deletions

View file

@ -104,7 +104,11 @@
"hostName": "kasen",
"networks": {
"int": null,
"local": null,
"local": {
"address4": "10.1.1.49",
"address6": "fd0a::ba27:ebff:fe7e:e241",
"macAddress": "b8:27:eb:7e:e2:41"
},
"tail": null
}
}