fix(ct): dns settings

This commit is contained in:
arcnmx 2024-03-30 19:29:14 -07:00
parent 0af904a9f2
commit b5787ec783
4 changed files with 15 additions and 3 deletions

View file

@ -26,7 +26,11 @@
"hostName": "ct",
"networks": {
"int": null,
"local": null,
"local": {
"address4": null,
"address6": null,
"macAddress": null
},
"tail": null
}
}