mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-20 05:52:25 +03:00
34 lines
765 B
JSON
34 lines
765 B
JSON
|
{
|
||
|
"leases": [
|
||
|
{
|
||
|
"expires": "",
|
||
|
"ip": "192.168.0.2",
|
||
|
"hostname": "host1",
|
||
|
"mac": "01:02:03:04:05:06",
|
||
|
"static": true
|
||
|
},
|
||
|
{
|
||
|
"expires": "",
|
||
|
"ip": "192.168.0.3",
|
||
|
"hostname": "host2",
|
||
|
"mac": "06:05:04:03:02:01",
|
||
|
"static": true
|
||
|
},
|
||
|
{
|
||
|
"expires": "",
|
||
|
"ip": "172.16.0.3",
|
||
|
"hostname": "host3",
|
||
|
"mac": "02:03:04:05:06:07",
|
||
|
"static": true
|
||
|
},
|
||
|
{
|
||
|
"expires": "",
|
||
|
"ip": "172.16.0.4",
|
||
|
"hostname": "host4",
|
||
|
"mac": "01:02:03:04:05:06",
|
||
|
"static": true
|
||
|
}
|
||
|
],
|
||
|
"version": 1
|
||
|
}
|