unikernels/BENCHMARKING/UNIKERNEL/DNS/config.json
Gaetan Longree 4411d5800e First commit
2018-05-11 15:51:48 +02:00

12 lines
178 B
JSON

{
"net": [
{
"iface": 0,
"config": "static",
"address": "192.168.122.100",
"netmask": "255.255.255.0",
"gateway": "192.168.122.1"
}
]
}