9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"iface": "eth0",
|
|
"mode": "static",
|
|
"address": "192.168.1.60",
|
|
"prefix": 24,
|
|
"gateway": "192.168.1.1",
|
|
"dns": "192.168.1.1"
|
|
}
|