mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 14:05:45 +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)
|
||||
}
|
||||
|
||||
// AddStaticLease - add static v4 lease
|
||||
func (s *Server) AddStaticLease(lease Lease) error {
|
||||
return s.srv4.AddStaticLease(lease)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue