You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i see the current implementation of AdGuard import script rely only on DHCP leases. In my setup I try to assign to every device a static one and so the script results in 0 device imported: in /control/dhcp/status response leases is an empty list, when the script iterate for every device from /control/clients a mac address is determined.
Would it be possible to expand the raw_clients with the results in the static_leases objects?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hey, i see the current implementation of AdGuard import script rely only on DHCP leases. In my setup I try to assign to every device a static one and so the script results in 0 device imported: in

/control/dhcp/statusresponse leases is an empty list, when the script iterate for every device from/control/clientsa mac address is determined.Would it be possible to expand the
raw_clientswith the results in the static_leases objects?All reactions