mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-04-01 06:53:30 +03:00
fix
This commit is contained in:
parent
c7cc4a9345
commit
f3dd9ca7aa
1 changed files with 5 additions and 0 deletions
|
@ -178,3 +178,8 @@ func (s *Server) FindMACbyIP(ip net.IP) net.HardwareAddr {
|
||||||
}
|
}
|
||||||
return s.srv6.FindMACbyIP(ip)
|
return s.srv6.FindMACbyIP(ip)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// AddStaticLease - add static v4 lease
|
||||||
|
func (s *Server) AddStaticLease(lease Lease) error {
|
||||||
|
return s.srv4.AddStaticLease(lease)
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue