mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-19 05:21:49 +03:00
27 lines
586 B
JSON
27 lines
586 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": "01:02:03:04:05:07",
|
||
|
"static": true
|
||
|
},
|
||
|
{
|
||
|
"expires": "",
|
||
|
"ip": "2001:db8::2",
|
||
|
"hostname": "host4",
|
||
|
"mac": "06:05:04:03:02:02",
|
||
|
"static": true
|
||
|
}
|
||
|
],
|
||
|
"version": 1
|
||
|
}
|