dns config

This commit is contained in:
Noel Wuyts 2015-05-13 21:55:00 +02:00 committed by Martin Schröder
parent 6c1af5fe07
commit 5d83f248a4

View file

@ -159,14 +159,14 @@
}
},
"network": {
"interface": {
"is_lan": {dvalue: 1, type: Number},
"ifname": {dvalue: "", type: String},
"proto": {dvalue: "dhcp", type: String},
"ipaddr": {dvalue: "", type: String},
"netmask": {dvalue: "", type: String},
"peerdns": {dvalue: false, type: String},
"dns": {dvalue: [], type: Array}
"ineterface": {
"is_lan": { dvalue: 1, type: Number },
"ifname": { dvalue: "", type: String },
"proto": { dvalue: "dhcp", type: String },
"ipaddr": { dvalue: "", type: String },
"netmask": { dvalue: "", type: String },
"peerdns": { dvalue: false, type: String },
"dns": { dvalue: [], type: Array }
}
},
//"ddns": {