mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
6 lines
125 B
Go
6 lines
125 B
Go
package dns
|
|
|
|
func (s *DefaultServer) initialize() (manager hostManager, err error) {
|
|
return newHostManager(s.wgInterface)
|
|
}
|