mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
dns config
This commit is contained in:
parent
6c1af5fe07
commit
5d83f248a4
1 changed files with 18 additions and 18 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue